getZipAndCity method

String getZipAndCity()

Implementation

String getZipAndCity() {
  return _joinWithSeparator(postalCode, city);
}