sides property

List<Line> get sides

Get 3 sides of this triangle

Implementation

List<Line> get sides => [AB, BC, CA];