encryptedCard property

String? get encryptedCard

Implementation

String? get encryptedCard => _$this._encryptedCard;
set encryptedCard (String? encryptedCard)

Implementation

set encryptedCard(String? encryptedCard) =>
    _$this._encryptedCard = encryptedCard;