List<State> getStatesForCountry(int countryId) => _states?.states.where((state) => state.countryId == countryId).toList() ?? [];