team_invite_already_exists property

String get team_invite_already_exists

User has already been invited or is already a member of this team

Implementation

String get team_invite_already_exists {
  return Intl.message(
    'User has already been invited or is already a member of this team',
    name: 'team_invite_already_exists',
    desc: '',
    args: [],
  );
}