Definition at line 3 of file notification_model.dart.
◆ NotificationEntity()
| NotificationEntity::NotificationEntity |
( |
{ required this.id, required this.name, required this.createDate, } | | ) |
|
|
private |
◆ fromJson()
◆ NotificationModel()
| NotificationEntity::NotificationModel |
( |
{ super.id, super.name, super.createDate, } | | ) |
|
|
private |
◆ toJson()
| Map< String, dynamic > NotificationEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ createDate
| final String NotificationEntity::createDate |
|
private |
◆ id
| final int NotificationEntity::id |
|
private |
◆ name
| final String NotificationEntity::name |
|
private |
The documentation for this class was generated from the following files: