Complex64List constructor

Complex64List(
  1. int length
)

Implementation

Complex64List(int length) : _list = Float64x2List(length);