toComplexList method

List<Complex> toComplexList()

Implementation

List<Complex> toComplexList() => map((c) => c.toComplex()).toList();