storageValue property
String
get
storageValue
Implementation
String get storageValue => switch (this) {
CatalogThemeMode.system => 'system',
CatalogThemeMode.light => 'light',
CatalogThemeMode.dark => 'dark',
};