UriPattern class abstract

An interface for objects that match Uris.

Implementers

Constructors

UriPattern()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

expand(Map<String, Object> parameters) Uri
Returns the Uri generated by this pattern for the given parameters.
match(Uri uri) UriMatch?
Returns a UriMatch describing the match if uri is matched by this pattern, otherwise returns null.
matches(Uri uri) bool
Returns true if uri is matched by this pattern.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited