country property

String? country

Implementation

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

Implementation

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