creditCardCVCErrorText property

  1. @override
String get creditCardCVCErrorText
override

No description provided for @creditCardCVCErrorText.

In en, this message translates to: 'This field requires a valid CVC code.'

Implementation

@override
String get creditCardCVCErrorText =>
    'Acest câmp necesită un cod CVC valid al cardului de credit.';