IsolateDuplexChannel class

Implemented types

Constructors

IsolateDuplexChannel(Stream _inbound(), SendPort sendPort, [Isolate? isolate])

Properties

encoding PayloadHandler
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
inbound Stream<DecodedMessage>
no setteroverride
isolate Isolate?
final
log → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort SendPort
getter/setter pair

Methods

close() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(int type, [dynamic payload, int? contentType]) → void
override
toString() String
A string representation of this object.
inherited

Operators

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