isEmpty property

bool get isEmpty

Whether this path has any commands.

Implementation

bool get isEmpty => _commands.isEmpty;