ClientApiGenerator constructor

ClientApiGenerator(
  1. ServiceGenerator service,
  2. Set<String> usedNames
)

Implementation

ClientApiGenerator(this.service, Set<String> usedNames)
    : className = disambiguateName(
          avoidInitialUnderscore(service._descriptor.name),
          usedNames,
          defaultSuffixes());