menu
bluesky package
documentation
bluesky.dart
Notification
Notification.fromJson factory constructor
Notification.fromJson factory constructor
dark_mode
light_mode
Notification.fromJson
constructor
Notification.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Notification.fromJson(Map<String, Object?> json) => _$NotificationFromJson(json);
bluesky package
documentation
bluesky
Notification
Notification.fromJson factory constructor
Notification class