room_pact_finish property

String get room_pact_finish

all payment cycles of the contract have been completed

Implementation

String get room_pact_finish {
  return Intl.message(
    'all payment cycles of the contract have been completed',
    name: 'room_pact_finish',
    desc: '',
    args: [],
  );
}