isNotRoot property

bool get isNotRoot

Implementation

bool get isNotRoot => _single != null || self._segments?.isNotEmpty == true;