menu
sunny_sdk_core package
documentation
model/user_pref_key.dart
UserPrefKey
UserPrefKey const constructor
UserPrefKey const constructor
dark_mode
light_mode
UserPrefKey
constructor
const
UserPrefKey
(
String
name
)
Implementation
const UserPrefKey(this.name) : assert(name != '');
sunny_sdk_core package
documentation
model/user_pref_key
UserPrefKey
UserPrefKey const constructor
UserPrefKey class