room_first_money property
String
get
room_first_money
you need to pay for the room first
Implementation
String get room_first_money {
return Intl.message(
'you need to pay for the room first',
name: 'room_first_money',
desc: '',
args: [],
);
}