isRoot property
bool
get
isRoot
Is root of parent segment
if client call host/user
,
path converting to 'host/user/*root'
for only internal operations
Implementation
bool get isRoot => name == "*root";