order_not_room property

String get order_not_room

not a room payment order

Implementation

String get order_not_room {
  return Intl.message(
    'not a room payment order',
    name: 'order_not_room',
    desc: '',
    args: [],
  );
}