KIRouterState class

Inheritance

Constructors

KIRouterState(Uri uri, Object? arguments, KIRouterError? error)

Properties

arguments Object?
no setterinherited
data Map<String, Object?>
no setterinherited
error KIRouterError?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key LocalKey?
getter/setter pairinherited-getter
latefinal
page Page
latefinal
query String
no setterinherited
queryParam KIRouteParam
no setterinherited
requestName String
no setterinherited
result Completer
final
routeName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String key) Object?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) → dynamic
inherited
set(String key, Object value) → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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