pathEquals property
String?
get
pathEquals
Matches if the path segment of the URL is equal to a specified string.
Implementation
String? get pathEquals => _wrapped.pathEquals;
set
pathEquals
(String? v)
Implementation
set pathEquals(String? v) {
_wrapped.pathEquals = v;
}