countryCode property

String? countryCode

Implementation

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

Implementation

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