TransferableSliceResult class

A form of a SliceResult which can be sent through an isolate port.

A TransferableSliceResult must only be materialized once and only in one isolate.

If a TransferableSliceResult is never materialized the memory of the slice result is leaked.

Constructors

TransferableSliceResult(SliceResult sliceResult)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

materialize() SliceResult
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