SelectiveGapicGeneration constructor

SelectiveGapicGeneration({
  1. bool? generateOmittedAsInternal,
  2. List<String>? methods,
})

Implementation

SelectiveGapicGeneration({
  this.generateOmittedAsInternal,
  this.methods,
});