city property Null safety

City city

Implementation

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

Implementation

set city(City city) {
  _city = city;
  onChange();
}