RouteSegment class
Constructors
- RouteSegment(String segment)
- RouteSegment.direct({String? literal, String? variableName, String? expression, bool matchesAnything = false})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasRegularExpression → bool
-
no setter
- isLiteralMatcher → bool
-
no setter
- isRemainingMatcher ↔ bool
-
getter/setter pair
- isVariable → bool
-
no setter
- literal ↔ String?
-
getter/setter pair
- matcher ↔ RegExp?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variableName ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override