country property

String? get country
override

Implementation

String? get country => _$this._country;
set country (covariant String? country)
covariantoverride

Implementation

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