pathSuffix property
String?
get
pathSuffix
Matches if the path segment of the URL ends with a specified string.
Implementation
String? get pathSuffix => _wrapped.pathSuffix;
set
pathSuffix
(String? v)
Implementation
set pathSuffix(String? v) {
_wrapped.pathSuffix = v;
}