vertices property

List<Point> get vertices

The four vertices in order

Implementation

List<Point> get vertices => [a, b, c, d];