RouteTemplateToken class
Constructors
- RouteTemplateToken.literal(String source)
-
const
- RouteTemplateToken.parameter({required String source, required String? name, required String prefix, required String? pattern, required bool optional, required bool wildcard})
-
const
Properties
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