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