strCardToast property

String strCardToast

Please enter the correct credit card information!

Implementation

String get strCardToast {
  return Intl.message(
    'Please enter the correct credit card information!',
    name: 'strCardToast',
    desc: '',
    args: [],
  );
}