getAllStates method

List<State> getAllStates()

Implementation

List<State> getAllStates() => _states?.states ?? [];