city property

String? city

Implementation

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

Implementation

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