menu
shared_pref_annotation package
documentation
sp_value.dart
SPValueBase<T>
value property
value property
dark_mode
light_mode
value
property
T?
get
value
Decoded value, stored in shared preferences.
Implementation
T? get value => _getter(key);
shared_pref_annotation package
documentation
sp_value
SPValueBase<T>
value property
SPValueBase class