Int64List(int length)

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

Source

external factory Int64List(int length);