menu
fb_core package
documentation
models/_models.dart
Inbox
Inbox.fromJson factory constructor
Inbox.fromJson factory constructor
dark_mode
light_mode
Inbox.fromJson
constructor
Inbox.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Inbox.fromJson(Map<String, Object?> json) => _$InboxFromJson(json);
fb_core package
documentation
models/_models
Inbox
Inbox.fromJson factory constructor
Inbox class