length property

double get length

Length of this line

Implementation

double get length => a.distanceTo(b);