KIRouteParam class

Constructors

KIRouteParam([Map<String, List<String>>? data])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String key, String value) KIRouteParam
addAll(String key, List<String> values) KIRouteParam
all() Map<String, List<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) KIRouteParam
setAll(String key, List<String> values) KIRouteParam
toString() String
A string representation of this object.
inherited
values(String key) List<String>?

Operators

operator ==(Object other) bool
The equality operator.
inherited