cvc property

String? cvc

Implementation

String? get cvc => _cvc;
void cvc=(String? value)

Implementation

set cvc(String? value) {
  _cvc = CardUtils.getCleanedNumber(value);
}