isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    _values.isEmpty && _abbrs.isEmpty && rest.isEmpty && path.isEmpty;