BigInt64ArrayConstructor class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

BigInt64ArrayConstructor()

Properties

bytesPerElement num

Available on BigInt64ArrayConstructor, provided by the BigInt64ArrayConstructor$Typings extension

The size in bytes of each element in the array.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

from<U>(List<U> arrayLike, int mapfn(U, num), [dynamic thisArg]) BigInt64Array

Available on BigInt64ArrayConstructor, provided by the BigInt64ArrayConstructor$Typings extension

Creates an array from an array-like or iterable object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

of BigInt64Array Function([Iterable?])
getter/setter pair