AutoAdjustOptions constructor

AutoAdjustOptions({
  1. required int n,
  2. required EventType eventType,
  3. required bool shareScreenStarted,
  4. required bool shared,
  5. bool whiteboardStarted = false,
  6. bool whiteboardEnded = false,
})

Implementation

AutoAdjustOptions({
  required this.n,
  required this.eventType,
  required this.shareScreenStarted,
  required this.shared,
  this.whiteboardStarted = false,
  this.whiteboardEnded = false,
});