NaviRoute class

Constructors

const
factory

Properties

fragment String
final
hashCode int
The hash code for this object.
no setteroverride
normalizedPathSegments List<String>
no setter
path List<String>
final
queryParams Map<String, List<String>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
no setter

Methods

hasExactPath(List<String> pathSegments) bool
hasPrefixes(List<String> pathSegments) bool
mergeCombinePath(NaviRoute other) NaviRoute
mergeSubtractPath(NaviRoute other) NaviRoute
[a, b, c] - [a, b] = [c] [a, b, c] - [a, b, c] = [] [a, b, c] - [a, b, d] = [] [a, b, c] - [a, b, c, d] = [] [a, b, c] - [d] = []
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathSegmentAt(int position) String?
toDebugString() String
toString() String
A string representation of this object.
override

Operators

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