DartnessPipeline class Null safety

A helper that makes it easy to compose a set of DartnessMiddleware, DartnessMiddleware and a Handler.

Implementers

Constructors

DartnessPipeline()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addHandler(Handler handler) Handler
Returns a new Handler with handler
addInterceptor(DartnessInterceptor interceptor) DartnessPipeline
Returns a new DartnessPipeline with middleware added to the existing set of DartnessInterceptor.
addMiddleware(DartnessMiddleware middleware) DartnessPipeline
Returns a new DartnessPipeline with middleware added to the existing set of DartnessMiddleware.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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