order_not_share property

String order_not_share

the order has been split, and there is no need to split it again

Implementation

String get order_not_share {
  return Intl.message(
    'the order has been split, and there is no need to split it again',
    name: 'order_not_share',
    desc: '',
    args: [],
  );
}