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