strCardBillingToast property

String strCardBillingToast

Please enter billing information!

Implementation

String get strCardBillingToast {
  return Intl.message(
    'Please enter billing information!',
    name: 'strCardBillingToast',
    desc: '',
    args: [],
  );
}