menu
element_core package
documentation
modules.dart
ElStorage
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
检查是否存在 key 数据
Implementation
bool hasKey(String key) => data.containsKey(key);
element_core package
documentation
modules
ElStorage
hasKey method
ElStorage class