menu
comm_utils package
documentation
utils/ksp_utils.dart
KSpUtils
hasKey static method
hasKey static method
dark_mode
light_mode
hasKey
static method
bool
hasKey
(
String
key
)
判断是否存在key的数据
Implementation
static bool hasKey(String key) { Set keys = getKeys(); return keys.contains(key); }
comm_utils package
documentation
utils/ksp_utils
KSpUtils
hasKey static method
KSpUtils class