ApiEndpoint constructor
const
ApiEndpoint({})
Implementation
const ApiEndpoint({
required this.method,
required this.path,
required this.summary,
this.description,
this.tags = const [],
this.parameters = const [],
this.requestBodySchema,
this.deprecated = false,
});