menu
meshagent package
documentation
room_server_client.dart
RequiredSchema
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
RequiredSchema
fromJson
(
Map
<
String
,
dynamic
>
json
)
override
Implementation
static RequiredSchema fromJson(Map<String, dynamic> json) { return RequiredSchema(name: "schema"); }
meshagent package
documentation
room_server_client
RequiredSchema
fromJson static method
RequiredSchema class