order_not_info property

String get order_not_info

no order found

Implementation

String get order_not_info {
  return Intl.message(
    'no order found',
    name: 'order_not_info',
    desc: '',
    args: [],
  );
}