strCardSuccessTip property

String strCardSuccessTip

The payment is successful, please click the "Refresh Now" button to check whether the gold coins have arrived!

Implementation

String get strCardSuccessTip {
  return Intl.message(
    'The payment is successful, please click the "Refresh Now" button to check whether the gold coins have arrived!',
    name: 'strCardSuccessTip',
    desc: '',
    args: [],
  );
}