room_atypism_pact property

String room_atypism_pact

the processed contract is inconsistent with the effective contract of the room

Implementation

String get room_atypism_pact {
  return Intl.message(
    'the processed contract is inconsistent with the effective contract of the room',
    name: 'room_atypism_pact',
    desc: '',
    args: [],
  );
}