menu
craft_launcher_core package
documentation
models/launcher_profiles.dart
LauncherProfiles
LauncherProfiles.fromJson factory constructor
LauncherProfiles.fromJson factory constructor
dark_mode
light_mode
LauncherProfiles.fromJson
constructor
LauncherProfiles.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LauncherProfiles.fromJson(Map<String, dynamic> json) => _$LauncherProfilesFromJson(json);
craft_launcher_core package
documentation
models/launcher_profiles
LauncherProfiles
LauncherProfiles.fromJson factory constructor
LauncherProfiles class