room_rent_out_money property

String room_rent_out_money

the total rental amount cannot be less than the minimum amount of the room

Implementation

String get room_rent_out_money {
  return Intl.message(
    'the total rental amount cannot be less than the minimum amount of the room',
    name: 'room_rent_out_money',
    desc: '',
    args: [],
  );
}