menu
blueprint_flutter_core package
documentation
blueprint_notifications.dart
AppNotification
AppNotification.fromJson factory constructor
AppNotification.fromJson factory constructor
dark_mode
light_mode
AppNotification.fromJson
constructor
AppNotification.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AppNotification.fromJson(Map<String, dynamic> json) => _$AppNotificationFromJson(json);
blueprint_flutter_core package
documentation
blueprint_notifications
AppNotification
AppNotification.fromJson factory constructor
AppNotification class