encryptedExpiryMonth property

String? get encryptedExpiryMonth

Implementation

String? get encryptedExpiryMonth => _$this._encryptedExpiryMonth;
set encryptedExpiryMonth (String? encryptedExpiryMonth)

Implementation

set encryptedExpiryMonth(String? encryptedExpiryMonth) =>
    _$this._encryptedExpiryMonth = encryptedExpiryMonth;