menu
nudgecore_v2 package
documentation
models/user.dart
Props
Props.fromJson factory constructor
Props.fromJson factory constructor
dark_mode
light_mode
Props.fromJson
constructor
Props.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Props.fromJson(Map<String, dynamic> json) { return Props(properties: json); }
nudgecore_v2 package
documentation
models/user
Props
Props.fromJson factory constructor
Props class