strCardExit property

String strCardExit

Are you sure you want to withdraw from payment?

Implementation

String get strCardExit {
  return Intl.message(
    'Are you sure you want to withdraw from payment?',
    name: 'strCardExit',
    desc: '',
    args: [],
  );
}