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

Static Methods

prefixStripper(String prefix) DeepLinkTransformer
Helper function to remove the prefix path of a Uri You can use this method to remove the prefix of a path the prefix should start with a /

Constants

defaultPath → const DeepLink
Builds a deep link with initial path
none → const DeepLink
Builds an ignored deep link instance