handler property

Handler handler

Exposes this cascade as a single handler.

This handler will call each inner handler in the cascade until one returns an acceptable response, and return that. If no inner handlers return an acceptable response, this will return the final response.

Implementation

Handler get handler => fromShelfHandler(_cascade.handler);