vertices property

List<Point> get vertices

Get list of 3 vertices of this triangle

Implementation

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