withoutSensitiveData method

CardData withoutSensitiveData()

Returns a copy of this card data with sensitive info (CVV) cleared.

Implementation

CardData withoutSensitiveData() => copyWith(cvv: '');