AutoAdjustOptions constructor

AutoAdjustOptions(
  1. {required int n,
  2. required EventType eventType,
  3. required bool shareScreenStarted,
  4. required bool shared}
)

Implementation

AutoAdjustOptions({
  required this.n,
  required this.eventType,
  required this.shareScreenStarted,
  required this.shared,
});