OpenAPIOutput.local constructor
OpenAPIOutput.local(
- String path
Writes the document to a local path relative to the project root.
Implementation
factory OpenAPIOutput.local(String path) =>
OpenAPIOutput._({'type': 'local', 'path': path});