menu
tattoo
repositories/feature_flag_repository.dart
FeatureFlag
type property
type
dark_mode
light_mode
type
property
Type
get
type
The runtime type of the flag's value.
Implementation
Type get type => defaultValue.runtimeType;
tattoo
feature_flag_repository
FeatureFlag
type property
FeatureFlag class