menu
messenger
api/backend/schema.graphql.dart
RecentChats$Query
RecentChats$Query.fromJson factory constructor
RecentChats$Query.fromJson
dark_mode
light_mode
RecentChats$Query.fromJson
constructor
RecentChats$Query.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory RecentChats$Query.fromJson(Map<String, dynamic> json) => _$RecentChats$QueryFromJson(json);
messenger
schema.graphql
RecentChats$Query
RecentChats$Query.fromJson factory constructor
RecentChats$Query class