menu
fconfigproxy package
documentation
agreement/FConfigKeyValueHandle.dart
FConfigKeyValueHandle
hasValue abstract method
hasValue abstract method
dark_mode
light_mode
hasValue
abstract method
bool
hasValue
(
String
key
)
判断指定 key 是否存在。
key
要判断的键名。 返回 true 表示存在。
Implementation
bool hasValue(String key);
fconfigproxy package
documentation
agreement/FConfigKeyValueHandle
FConfigKeyValueHandle
hasValue abstract method
FConfigKeyValueHandle class