hasPath property
bool
get
hasPath
Whether the current path has elements.
Implementation
bool get hasPath => _path.isNotEmpty;
Whether the current path has elements.
bool get hasPath => _path.isNotEmpty;