isNotEmpty property

bool isNotEmpty

Whether or not this Path is not empty.

Implementation

bool get isNotEmpty => items.isNotEmpty;