Participant.of constructor

Participant.of(
  1. Participant other
)

Implementation

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