Aidra Driver
1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
notification_entity.dart
Go to the documentation of this file.
1
class
NotificationEntity
{
2
final
int
?
id
;
3
final
String
?
name
;
4
final
String
?
createDate
;
5
6
NotificationEntity
({
7
required this.id,
8
required this.name,
9
required this.createDate,
10
});
11
}
NotificationEntity
Definition
notification_model.dart:3
NotificationEntity::createDate
final String createDate
Definition
notification_entity.dart:4
NotificationEntity::NotificationEntity
NotificationEntity({ required this.id, required this.name, required this.createDate, })
NotificationEntity::name
final String name
Definition
notification_entity.dart:3
NotificationEntity::id
final int id
Definition
notification_entity.dart:2
String
class Partner String
lib
features
notifications
domain
entities
notification_entity.dart
Generated by
1.16.1