getCityCode method

String? getCityCode()

Implementation

String? getCityCode() {
  return cityCode;
}