KIRouterContext class abstract

Implementers

Constructors

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

Properties

arguments Object?
no setter
data Map<String, Object?>
no setter
error KIRouterError?
no setter
hashCode int
The hash code for this object.
no setterinherited
key LocalKey?
no setter
query String
no setter
queryParam KIRouteParam
no setter
requestName String
no setter
routeName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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