ParticipantToken constructor
ParticipantToken({})
Implementation
ParticipantToken({required this.name, required this.projectId, required this.apiKeyId, this.extra, List<ParticipantGrant>? grants})
: grants = grants ?? [];