PlatformNativeArray<T extends num> class
abstract
- Inheritance
-
- Object
- NativeArray<
T> - PlatformNativeArray
- Implementers
Constructors
- PlatformNativeArray(int size)
-
PlatformNativeArray.from(List<
T> listData)
Properties
- byteLength → int
-
no setterinherited
- BYTES_PER_ELEMENT → int
-
no setterinherited
- data → dynamic
-
no setterinherited
- 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(
) → PlatformNativeArray< num> -
override
-
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> -
inherited
-
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 -
inherited
-
operator []=(
int index, T value) → void -
override