Int64Buffer constructor Null safety

Int64Buffer(
  1. [int initialLength = 0]
)

Implementation

Int64Buffer([int initialLength = 0]) : super(Int64List(initialLength));