isEmpty property

bool isEmpty

Whether or not this Path is empty.

Implementation

bool get isEmpty => items.isEmpty;