countryCode property

String? get countryCode
override

Implementation

String? get countryCode => _$this._countryCode;
set countryCode (covariant String? countryCode)
covariantoverride

Implementation

set countryCode(covariant String? countryCode) => _$this._countryCode = countryCode;