direction property

AxisDirection get direction

Implementation

AxisDirection get direction {
  return (end! - begin!).toAxisDirection();
}