PathPatternConditionConfig class
Information about a path pattern condition.
Constructors
-
PathPatternConditionConfig({List<
String> ? values}) - PathPatternConditionConfig.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> ? -
One or more path patterns to compare against the request URL. The maximum
size of each string is 128 characters. The comparison is case sensitive. The
following wildcard characters are supported: * (matches 0 or more
characters) and ? (matches exactly 1 character).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited