order_repeat_handle property

String get order_repeat_handle

order cannot be processed repeatedly

Implementation

String get order_repeat_handle {
  return Intl.message(
    'order cannot be processed repeatedly',
    name: 'order_repeat_handle',
    desc: '',
    args: [],
  );
}