menu
swift_flutter package
documentation
core/scope.dart
SwiftScope
hasState method
hasState method
dark_mode
light_mode
hasState
method
bool
hasState
(
String
key
)
Check if state exists in this scope
Implementation
bool hasState(String key) => _state.containsKey(key);
swift_flutter package
documentation
core/scope
SwiftScope
hasState method
SwiftScope class