room_extra_and_room property

String room_extra_and_room

please pay the extra fee together with the room rent

Implementation

String get room_extra_and_room {
  return Intl.message(
    'please pay the extra fee together with the room rent',
    name: 'room_extra_and_room',
    desc: '',
    args: [],
  );
}