strCardCVVTip property

String strCardCVVTip

Enter the correct cvv

Implementation

String get strCardCVVTip {
  return Intl.message(
    'Enter the correct cvv',
    name: 'strCardCVVTip',
    desc: '',
    args: [],
  );
}