country property Null safety
override
Implementation
LocalizedTypeBuilder<Country> get country =>
_$this._country ??= new LocalizedTypeBuilder<Country>();
covariantoverride
Implementation
set country(covariant LocalizedTypeBuilder<Country>? country) =>
_$this._country = country;