Verb constructor
const
Verb(})
Declares one route.
Implementation
const Verb(
this.path, {
this.status,
this.summary,
this.description,
this.tags = const [],
this.middleware = const [],
this.operationId,
this.deprecated = false,
this.hidden = false,
});