DisconnectSendTransportScreenParameters class abstract
Dart equivalent of DisconnectSendTransportScreenParameters interface
Constructors
Properties
- getUpdatedAllParams → DisconnectSendTransportScreenParameters Function()
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- localScreenProducer → Producer?
-
no setter
- localSocket → Socket?
-
no setter
- roomName → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenProducer → Producer?
-
no setter
- socket → Socket?
-
no setter
- updateLocalScreenProducer → (void Function(Producer? localScreenProducer)?)
-
no setter
- updateScreenProducer → void Function(Producer? screenProducer)
-
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