order_over_time property

String order_over_time

the order has been traded for more than one year and cannot be refunded

Implementation

String get order_over_time {
  return Intl.message(
    'the order has been traded for more than one year and cannot be refunded',
    name: 'order_over_time',
    desc: '',
    args: [],
  );
}