countryCode property

String? get countryCode

Implementation

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

Implementation

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