DispStreamsOptions constructor

DispStreamsOptions(
  1. {required List<Stream> lStreams,
  2. required int ind,
  3. bool auto = false,
  4. bool ChatSkip = false,
  5. dynamic forChatCard,
  6. dynamic forChatID,
  7. required DispStreamsParameters parameters,
  8. int breakRoom = -1,
  9. bool inBreakRoom = false}
)

Implementation

DispStreamsOptions({
  required this.lStreams,
  required this.ind,
  this.auto = false,
  this.ChatSkip = false,
  this.forChatCard,
  this.forChatID,
  required this.parameters,
  this.breakRoom = -1,
  this.inBreakRoom = false,
});