Middleware<T> class abstract

Object that intercepts a route request.

Constructors

Middleware()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pos(ModularRoute route, T data) FutureOr<ModularRoute?>
Method called as soon as route is found and after settings.
pre(ModularRoute route) FutureOr<ModularRoute?>
Method called as soon as route is found and before settings.
toString() String
A string representation of this object.
inherited

Operators

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