LCOV - code coverage report
Current view: top level - settings/models - settings.g.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 11 11 100.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : // GENERATED CODE - DO NOT MODIFY BY HAND
       2             : 
       3             : part of 'settings.dart';
       4             : 
       5             : // **************************************************************************
       6             : // JsonSerializableGenerator
       7             : // **************************************************************************
       8             : 
       9           2 : _$_Settings _$$_SettingsFromJson(Map<String, dynamic> json) => _$_Settings(
      10           2 :       darkTheme: ThemeSet.fromJson(json['darkTheme'] as Map<String, dynamic>),
      11           2 :       lightTheme: ThemeSet.fromJson(json['lightTheme'] as Map<String, dynamic>),
      12             :       brightnessMode:
      13           2 :           $enumDecode(_$BrightnessModeEnumEnumMap, json['brightnessMode']),
      14           2 :       platform: $enumDecode(_$PlatformsEnumEnumMap, json['platform']),
      15             :     );
      16             : 
      17           2 : Map<String, dynamic> _$$_SettingsToJson(_$_Settings instance) =>
      18           2 :     <String, dynamic>{
      19           2 :       'darkTheme': instance.darkTheme,
      20           2 :       'lightTheme': instance.lightTheme,
      21           4 :       'brightnessMode': _$BrightnessModeEnumEnumMap[instance.brightnessMode],
      22           4 :       'platform': _$PlatformsEnumEnumMap[instance.platform],
      23             :     };
      24             : 
      25             : const _$BrightnessModeEnumEnumMap = {
      26             :   BrightnessModeEnum.light: 'LIGHT',
      27             :   BrightnessModeEnum.dark: 'DARK',
      28             :   BrightnessModeEnum.system: 'SYSTEM',
      29             : };
      30             : 
      31             : const _$PlatformsEnumEnumMap = {
      32             :   PlatformsEnum.web: 'WEB',
      33             :   PlatformsEnum.android: 'ANDROID',
      34             :   PlatformsEnum.iOS: 'IOS',
      35             :   PlatformsEnum.macOS: 'MACOS',
      36             :   PlatformsEnum.fuchsia: 'FUCHSIA',
      37             :   PlatformsEnum.linux: 'LINUX',
      38             :   PlatformsEnum.windows: 'WINDOWS',
      39             :   PlatformsEnum.unknown: 'UNKNOWN',
      40             : };

Generated by: LCOV version 1.13