OpenApi constructor
const
OpenApi({})
Creates a new global OpenAPI configuration.
Implementation
const OpenApi({
this.title,
this.version,
this.description,
this.servers,
this.security,
this.securitySchemes,
});
Creates a new global OpenAPI configuration.
const OpenApi({
this.title,
this.version,
this.description,
this.servers,
this.security,
this.securitySchemes,
});