EndpointDoc constructor
const
EndpointDoc({})
Implementation
const EndpointDoc({
required this.name,
required this.method,
required this.path,
required this.summary,
this.description = '',
this.parameters = const [],
this.requestBody = const [],
this.response = const [],
this.example,
});