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