room_arrearage_first_money property

String get room_arrearage_first_money

the room has expired and you need to complete the room payment first

Implementation

String get room_arrearage_first_money {
  return Intl.message(
    'the room has expired and you need to complete the room payment first',
    name: 'room_arrearage_first_money',
    desc: '',
    args: [],
  );
}