room_arrearage_error property

String get room_arrearage_error

the room is in arrears

Implementation

String get room_arrearage_error {
  return Intl.message(
    'the room is in arrears',
    name: 'room_arrearage_error',
    desc: '',
    args: [],
  );
}