cardCountryCode property

int? get cardCountryCode

Implementation

int? get cardCountryCode => _$this._cardCountryCode;
set cardCountryCode (int? cardCountryCode)

Implementation

set cardCountryCode(int? cardCountryCode) =>
    _$this._cardCountryCode = cardCountryCode;