SelectiveGapicGeneration constructor

SelectiveGapicGeneration({
  1. List<String> methods = const [],
  2. bool generateOmittedAsInternal = false,
})

Implementation

SelectiveGapicGeneration({
  this.methods = const [],
  this.generateOmittedAsInternal = false,
}) : super(fullyQualifiedName);