DispStreamsOptions class

Options for the dispStreams function.

Constructors

DispStreamsOptions.new({required List<Stream> lStreams, required int ind, bool auto = false, bool ChatSkip = false, dynamic forChatCard, dynamic forChatID, required DispStreamsParameters parameters, int breakRoom = -1, bool inBreakRoom = false})

Properties

auto ↔ bool
getter/setter pair
breakRoom ↔ int
getter/setter pair
ChatSkip ↔ bool
getter/setter pair
forChatCard ↔ dynamic
getter/setter pair
forChatID ↔ dynamic
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inBreakRoom ↔ bool
getter/setter pair
ind ↔ int
getter/setter pair
lStreams ↔ List<Stream>
getter/setter pair
parameters ↔ DispStreamsParameters
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited