Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
NotificationEntity Class Reference

Private Member Functions

 NotificationModel ({ super.id, super.name, super.createDate, })
factory NotificationModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 NotificationEntity ({ required this.id, required this.name, required this.createDate, })

Private Attributes

final int id
final String name
final String createDate

Detailed Description

Definition at line 3 of file notification_model.dart.

Constructor & Destructor Documentation

◆ NotificationEntity()

NotificationEntity::NotificationEntity ( { required this.id, required this.name, required this.createDate, } )
private

Member Function Documentation

◆ fromJson()

factory NotificationModel NotificationEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 11 of file notification_model.dart.

Here is the call graph for this function:

◆ NotificationModel()

NotificationEntity::NotificationModel ( { super.id, super.name, super.createDate, } )
private
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > NotificationEntity::toJson ( )
inlineprivate

Definition at line 19 of file notification_model.dart.

Member Data Documentation

◆ createDate

final String NotificationEntity::createDate
private

Definition at line 4 of file notification_entity.dart.

◆ id

final int NotificationEntity::id
private

Definition at line 2 of file notification_entity.dart.

◆ name

final String NotificationEntity::name
private

Definition at line 3 of file notification_entity.dart.


The documentation for this class was generated from the following files: