room_incorrect_validity_period property

String room_incorrect_validity_period

the room is not within the validity period

Implementation

String get room_incorrect_validity_period {
  return Intl.message(
    'the room is not within the validity period',
    name: 'room_incorrect_validity_period',
    desc: '',
    args: [],
  );
}