ApiOperation constructor
ApiOperation({
- List<
MethodSelector> ? methodSelectors, - String? serviceName,
Implementation
ApiOperation({
this.methodSelectors,
this.serviceName,
});