Options constructor

const Options(
  1. String path, [
  2. List<MiddlewareFunc> middleware = const []
])

Implementation

const Options(String path, [List<MiddlewareFunc> middleware = const []])
    : super(path, HttpVerb.Options, middleware);