RouteLoggerEvent enum

Routing events for logging.

ロギング用のルーティングイベント。

Inheritance

Constructors

RouteLoggerEvent()
const

Values

push → const RouteLoggerEvent

When a route is pushed.

ルートがpushされたとき。

pop → const RouteLoggerEvent

When a route is poped.

ルートがpopされたとき。

replace → const RouteLoggerEvent

When a route is replaceed.

ルートがreplaceされたとき。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

newRouteKey → const String
Key for the new routing name.
prevRouteKey → const String
Key of the previous routing name.
values → const List<RouteLoggerEvent>
A constant List of the values in this enum, in order of their declaration.