isEmpty property

bool isEmpty

true iif the line string contains no points.

Implementation

bool get isEmpty => points.isEmpty;