Get state from its isoCode
Future<City?> getCityByCode({required String cityCode}) { return CityUtils.getCityByCode(cityCode); }