BigUint64ArrayConstructor class
- Available extensions
- Annotations
- 
    - @JS.new()
- @staticInterop
 
Constructors
Properties
- bytesPerElement → num
- 
      Available on BigUint64ArrayConstructor, provided by the BigUint64ArrayConstructor$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]) → BigUint64Array
- 
      Available on BigUint64ArrayConstructor, provided by the BigUint64ArrayConstructor$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 ↔ BigUint64Array Function([Iterable?])
- 
  
  getter/setter pair