RouteName class
Constructors
Properties
Methods
-
add(
String key, String value) → RouteName -
addAll(
String key, List< String> values) → RouteName -
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) → RouteName -
setAll(
String key, List< String> values) → RouteName -
toString(
) → String -
A string representation of this object.
override
-
values(
String key) → List< String> ?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited