toList method

List<double> toList()

Returns the vector as a list of double values.

Implementation

List<double> toList() => _vec;