RejectInviteTmpGroup property

String get RejectInviteTmpGroup

The other party declined the invitation!

Implementation

String get RejectInviteTmpGroup {
  return Intl.message(
    'The other party declined the invitation!',
    name: 'RejectInviteTmpGroup',
    desc: '',
    args: [],
  );
}