team_invite_not_found property

String get team_invite_not_found

The requested team invitation could not be found

Implementation

String get team_invite_not_found {
  return Intl.message(
    'The requested team invitation could not be found',
    name: 'team_invite_not_found',
    desc: '',
    args: [],
  );
}