OpenAPIOutput.local constructor

OpenAPIOutput.local(
  1. 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});