city property

String? get city

Name of city, town etc.

Implementation

String? get city => cityField.getValue(_json);