ArrayRef<T extends NativeType> class
Reference to a SharedArray.
- Implemented types
-
- Array<
T>
- Array<
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
ptr
→ Pointer<
T> -
@doNotStore, read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
untypedView
→ List<
int> -
@doNotStore, read-only, override
Methods
-
delete(
) → void -
@mustCallSuper, override
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited