TokenCvcUpdate constructor
const
TokenCvcUpdate({
- required String cvc,
cvc_params
The updated CVC value this token represents.
Implementation
const TokenCvcUpdate({required this.cvc});
cvc_params
The updated CVC value this token represents.
const TokenCvcUpdate({required this.cvc});