Middleware constructor

const Middleware(
  1. Iterable<RequestHandler> handlers
)

Implementation

const Middleware(this.handlers);