menu
swift_flutter package
documentation
store/store.dart
Store
hasState method
hasState method
dark_mode
light_mode
hasState
method
bool
hasState
(
String
key
)
Check if state exists
Implementation
bool hasState(String key) => _state.containsKey(key);
swift_flutter package
documentation
store/store
Store
hasState method
Store class