ApiOperation constructor

ApiOperation({
  1. List<MethodSelector>? methodSelectors,
  2. String? serviceName,
})

Implementation

ApiOperation({
  this.methodSelectors,
  this.serviceName,
});