room_no property

String room_no

there is no such room

Implementation

String get room_no {
  return Intl.message(
    'there is no such room',
    name: 'room_no',
    desc: '',
    args: [],
  );
}