Int64List constructor

Int64List(int length)

Creates an Int64List of the specified length (in elements), all of whose elements are initially zero.

Implementation

external factory Int64List(int length);