TriggerParameters class abstract
Represents parameters required for the trigger function. Interface for Trigger parameters, similar to the React Native TypeScript interface.
Constructors
Properties
- autoAdjust → AutoAdjustType
-
no setter
- eventType → EventType
-
no setter
- getUpdatedAllParams → TriggerParameters Function()
-
Returns updated parameters with potential changes
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdate → int?
-
no setter
- localSocket → Socket?
-
no setter
- nForReadjust → int?
-
no setter
-
participants
→ List<
Participant> -
no setter
- roomName → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenStates
→ List<
ScreenState> -
no setter
-
no setter
-
no setter
- socket → Socket?
-
no setter
- updateDateState → int?
-
no setter
- updateLastUpdate → void Function(int? lastUpdate)
-
no setter
- updateNForReadjust → void Function(int nForReadjust)
-
no setter
- updateUpdateDateState → void Function(int? timestamp)
-
no setter
- whiteboardEnded → bool
-
no setter
- whiteboardStarted → bool
-
no setter
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