menu
meshagent package
documentation
participant_token.dart
DeveloperGrant
DeveloperGrant.fromJson factory constructor
DeveloperGrant.fromJson factory constructor
dark_mode
light_mode
DeveloperGrant.fromJson
constructor
DeveloperGrant.fromJson
(
Map
<
String
,
dynamic
>
j
)
Implementation
factory DeveloperGrant.fromJson(Map<String, dynamic> j) => DeveloperGrant(logs: j['logs'] ?? true);
meshagent package
documentation
participant_token
DeveloperGrant
DeveloperGrant.fromJson factory constructor
DeveloperGrant class