CompareActiveNamesParameters class abstract

Parameters interface for comparing active names.

Inheritance
Implementers

Constructors

CompareActiveNamesParameters.new()

Properties

activeNames → List<String>
no setter
autoAdjust → AutoAdjustType
no setterinherited
eventType → EventType
no setterinherited
getUpdatedAllParams → CompareActiveNamesParameters Function()
Returns updated parameters with potential changes
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
lastUpdate → int?
no setterinherited
localSocket → Socket?
no setterinherited
nForReadjust → int?
no setterinherited
participants → List<Participant>
no setterinherited
prevActiveNames → List<String>
no setter
roomName → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenStates → List<ScreenState>
no setterinherited
shared → bool
no setterinherited
shareScreenStarted → bool
no setterinherited
socket → Socket?
no setterinherited
trigger → TriggerType
no setter
updateDateState → int?
no setterinherited
updateLastUpdate → void Function(int? lastUpdate)
no setterinherited
updateNForReadjust → void Function(int nForReadjust)
no setterinherited
updatePrevActiveNames → void Function(List<String> prevActiveNames)
no setter
updateUpdateDateState → void Function(int? timestamp)
no setterinherited
whiteboardEnded → bool
no setterinherited
whiteboardStarted → bool
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