menu
uri package
documentation
matchers.dart
matchers.dart
dark_mode
light_mode
matchers
library
Functions
equalsUri
(
Uri
expected
)
→ Matcher
Matches the parts of a
Uri
against
expected
, all of which must equal for the match to pass.
matchesUri
(
{
Object
?
fragment
=
anything
,
Object
?
host
=
anything
,
Object
?
path
=
anything
,
Object
?
port
=
anything
,
Object
?
queryParameters
=
anything
,
Object
?
scheme
=
anything
,
Object
?
userInfo
=
anything
})
→ Matcher
Matches the individual parts of a
Uri
. If a matcher is not specified for a part, the default matcher is
anything
. This allows you to just match on a single part, like the scheme, while ignoring the rest.
uri package
documentation
matchers.dart
uri
package
Libraries
matchers
uri
uri.matchers library