city property

String city

Implementation

String get city => _city;
void city=(String city)

Implementation

set city(String city) => _city = city;