city property

String? get city

Implementation

String? get city => _$this._city;
set city (String? city)

Implementation

set city(String? city) => _$this._city = city;