room_pact_not_completed property
String
get
room_pact_not_completed
the current contract of the room is not completed
Implementation
String get room_pact_not_completed {
return Intl.message(
'the current contract of the room is not completed',
name: 'room_pact_not_completed',
desc: '',
args: [],
);
}