Participant.of constructor
Participant.of(
- Participant other
Implementation
Participant.of(Participant other)
: user = User.of(other.user),
access = other.access,
notify = other.notify;