DeepLink class abstract

Holds deep-link information

Implementers

Constructors

Builds a deep-link from a list of PageRouteInfs
const
factory
DeepLink.path(String path, {bool includePrefixMatches})
Builds a deep-link form string path
const
factory
DeepLink.single(PageRouteInfo route)
Builds a deep-link from a single PageRouteInf
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isValid bool
Whether this link is navigable
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

defaultPath → const DeepLink
Builds a deep link with initial path