PlatformNativeArray<T extends num> class abstract

Inheritance
Implementers

Constructors

PlatformNativeArray(int size)
PlatformNativeArray.from(List<T> listData)

Properties

buffer ByteBuffer
no setter
byteLength int
no setterinherited
BYTES_PER_ELEMENT int
no setterinherited
bytesLength int
no setter
data TypedData
no setteroverride
disposed bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
len int
no setterinherited
length int
no setterinherited
lengthInBytes int
no setterinherited
oneByteSize int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() NativeArray<num>
inherited
copy(NativeArray<num> source) → void
inherited
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(List<T> newList, [int index = 0]) NativeArray<num>
inherited
sublist(int start, [int? end]) List<T>
inherited
toDartList() List<T>
override
toJson() List<T>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) → T
override
operator []=(int index, T value) → void
override