Participant constructor
const
Participant(
- User user, {
- ParticipantAccess? access,
- ParticipantNotification? notify,
Implementation
const Participant(this.user, {this.access, this.notify});