Uint64List constructor

Uint64List(
  1. int length
)

Construct a list of the length.

Implementation

factory Uint64List(int length) => Uint64List.raw($data.Uint64List(length));