country property

CountryBuilder country

Implementation

CountryBuilder get country => _$this._country ??= new CountryBuilder();
void country=(CountryBuilder? country)

Implementation

set country(CountryBuilder? country) => _$this._country = country;