OpenAPIOutput.route constructor
OpenAPIOutput.route(
- String path
Writes the document into the public directory.
Implementation
factory OpenAPIOutput.route(String path) =>
OpenAPIOutput._({'type': 'route', 'path': path});