menu
at_notify_flutter package
documentation
models/notify_model.dart
Notify
Notify constructor
Notify constructor
dark_mode
light_mode
Notify
constructor
Notify
(
{
int
?
time
,
String
?
atSign
,
String
?
message
,
})
Implementation
Notify({ this.time, this.atSign, this.message, });
at_notify_flutter package
documentation
models/notify_model
Notify
Notify constructor
Notify class