menu
flutter_gb_app_notifications package
documentation
infrastructure/models/app_notification_model.dart
AppNotificationModel
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
AppNotificationModel
fromJson
(
String
jsonString
)
Implementation
static AppNotificationModel fromJson(String jsonString) { return fromMap(json.decode(jsonString)); }
flutter_gb_app_notifications package
documentation
infrastructure/models/app_notification_model
AppNotificationModel
fromJson static method
AppNotificationModel class