getStateKeys method

List<String> getStateKeys()

Get all state keys in this scope

Implementation

List<String> getStateKeys() => _state.keys.toList();