ReferenceToItemOnOtherIsolate class

Constructors

ReferenceToItemOnOtherIsolate({required StreamQueue port, required SendPort sendPort, required bool isFromOldList, required int index, required int hashCode})

Properties

hashCode int
The hash code for this object.
final
index int
final
isFromOldList bool
final
port → StreamQueue
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort SendPort
final

Methods

equals(ReferenceToItemOnOtherIsolate other) Future<bool>
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