room_change_room_fail property
String
get
room_change_room_fail
the total price of the remaining days of the old room cannot meet the price of the new room for at least one day
Implementation
String get room_change_room_fail {
return Intl.message(
'the total price of the remaining days of the old room cannot meet the price of the new room for at least one day',
name: 'room_change_room_fail',
desc: '',
args: [],
);
}