team_invite_mismatch property

String get team_invite_mismatch

The invite does not belong to the current user

Implementation

String get team_invite_mismatch {
  return Intl.message(
    'The invite does not belong to the current user',
    name: 'team_invite_mismatch',
    desc: '',
    args: [],
  );
}