OpenAPIOutput.route constructor

OpenAPIOutput.route(
  1. String path
)

Writes the document into the public directory.

Implementation

factory OpenAPIOutput.route(String path) =>
    OpenAPIOutput._({'type': 'route', 'path': path});