ModularMiddleware class abstract
- Implementers
Constructors
- ModularMiddleware()
-
const
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
-
call(
Handler handler, [ModularRoute? route]) → Handler -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pos(
ModularRoute route, Request data) → FutureOr< Route?> - 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