ZeroCopyInt16Buffer class
Buffer of int16_t — maps to Int16List.
Constructors
- ZeroCopyInt16Buffer.fromSnapshot(Int16List _snapshot)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void -
API parity with the native buffers; the native allocation was already
returned at construction, so this only flips the guard.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited