ownerCountryCode property

String? get ownerCountryCode

Implementation

String? get ownerCountryCode => _$this._ownerCountryCode;
set ownerCountryCode (String? ownerCountryCode)

Implementation

set ownerCountryCode(String? ownerCountryCode) =>
    _$this._ownerCountryCode = ownerCountryCode;