room_state_error property

String room_state_error

room status is abnormal, please check the room status

Implementation

String get room_state_error {
  return Intl.message(
    'room status is abnormal, please check the room status',
    name: 'room_state_error',
    desc: '',
    args: [],
  );
}