room_upper_occupancy_limit property
String
get
room_upper_occupancy_limit
room occupancy has reached the online level
Implementation
String get room_upper_occupancy_limit {
return Intl.message(
'room occupancy has reached the online level',
name: 'room_upper_occupancy_limit',
desc: '',
args: [],
);
}