toList method

  1. @override
List<double> toList()
override

Implementation

@override
List<double> toList() {
  return [x, y];
}