Perimeter of this quadrilateral (sum of all four side lengths).
@override double get perimeter => AB.length + BC.length + CD.length + DA.length;