trpp
data
NotificationModel
NotificationModel constructor
NotificationModel
trpp
data
NotificationModel
NotificationModel constructor
NotificationModel class
Constructors
NotificationModel
fromMap
Properties
date1
hashCode
id
note
runtimeType
Methods
getString
makeData
noSuchMethod
toMap
toString
Operators
operator ==
NotificationModel
constructor
NotificationModel
(
{
int
id
,
int
note
,
String
date1
}
)
Implementation
NotificationModel({this.id, this.note, this.date1});