isRoot property

bool? get isRoot

Returns true if node if is a root segment; otherwise false.

Implementation

bool? get isRoot => _isRoot;