no_room_info property

String get no_room_info

no room information obtained

Implementation

String get no_room_info {
  return Intl.message(
    'no room information obtained',
    name: 'no_room_info',
    desc: '',
    args: [],
  );
}