hasPath property
bool
get
hasPath
Returns true if this protocol has a path component
Implementation
bool get hasPath => path != null;
Returns true if this protocol has a path component
bool get hasPath => path != null;