isDot property

bool get isDot

Checks if point is dot. Returns 'true' if start and end is same -> velocity is zero.

Implementation

bool get isDot => _velocity == 0.0;