country property
String?
get
country
Implementation
String? get country => _$this._country;
set
country
(String? country)
Implementation
set country(String? country) => _$this._country = country;