ItemPathOpenApi constructor
const
ItemPathOpenApi({
- String? summary,
- String? description,
- OperationOpenApi? get,
- OperationOpenApi? put,
- OperationOpenApi? post,
- OperationOpenApi? delete,
- OperationOpenApi? head,
- OperationOpenApi? patch,
Implementation
const ItemPathOpenApi({
this.summary,
this.description,
this.get,
this.put,
this.post,
this.delete,
this.head,
this.patch,
});