ParticipantPinState constructor

ParticipantPinState({
  1. bool cam = false,
  2. bool share = false,
})

Implementation

ParticipantPinState({this.cam = false, this.share = false});