menu
bungie_api package
documentation
models/core_system.dart
CoreSystem
CoreSystem.fromJson factory constructor
CoreSystem.fromJson factory constructor
dark_mode
light_mode
CoreSystem.fromJson
constructor
CoreSystem.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory CoreSystem.fromJson(Map<String, dynamic> json) { return _$CoreSystemFromJson(json); }
bungie_api package
documentation
models/core_system
CoreSystem
CoreSystem.fromJson factory constructor
CoreSystem class