RouteName class

Constructors

RouteName(String name, [Object? arguments])
RouteName.decode(String value)
RouteName.from(String name, Map<String, List<String>> param)

Properties

arguments Object?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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