SMRouteName class
Constructors
- SMRouteName(String name, [Object? arguments])
- SMRouteName.decode(String value)
-
SMRouteName.from(String name, Map<
String, List< param)String> >
Properties
Methods
-
add(
String key, String value) → SMRouteName -
addAll(
String key, List< String> values) → SMRouteName -
all(
) → Map< String, List< String> > -
encode(
) → String -
get(
String key) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → dynamic -
set(
String key, String value) → SMRouteName -
setAll(
String key, List< String> values) → SMRouteName -
toString(
) → String -
A string representation of this object.
override
-
values(
String key) → List< String> ?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited