ArrayView<T extends NativeType> class

Wrapper for an Array with an empty delete method.

Inheritance

Constructors

ArrayView.fromPtr(Pointer<T> ptr, List<int> view)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
ptr Pointer<T>
@doNotStore, final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
untypedView List<int>
@doNotStore, read-only, inherited

Methods

delete() → void
Doesn't do anything. It's only there to be compatible with Array.
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.
inherited

Operators

operator ==(dynamic arr) bool
The equality operator. [...]
inherited