Endpoint constructor
const
Endpoint({})
Creates an endpoint annotation.
Implementation
const Endpoint({
required this.path,
required this.method,
this.summary,
this.description,
this.tags,
this.deprecated,
this.security,
this.operationId,
this.externalDocs,
this.parameters,
this.contentTypes,
this.statusCode,
});