coordinates property

List<double> coordinates
getter/setter pair

The coordinates of this Point, represented as an array of doubles.

Implementation

var coordinates = <double>[];