Module class

Implemented types

Constructors

Module(String _url)

Properties

arguments List<Argument>
getter/setter pair
catchError bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
middlewareChain ↔ Middleware
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMiddleware(Function middleware) → void
addRouter(Router router) → void
call(Context context) Future<void>
override
canCatchError() bool
override
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