Participant constructor

const Participant(
  1. User user, {
  2. ParticipantAccess? access,
  3. ParticipantNotification? notify,
})

Implementation

const Participant(this.user, {this.access, this.notify});