toJson method

List<double> toJson()

Returns a serialized version of the Vector as a List<double>.

Implementation

List<double> toJson() => toList();