isRoot property
bool?
get
isRoot
Returns true if node if is a root segment; otherwise false.
Implementation
bool? get isRoot => _isRoot;
Returns true if node if is a root segment; otherwise false.
bool? get isRoot => _isRoot;