usedTopLevelServiceNames property

Set<String> usedTopLevelServiceNames
final

Used to avoid collisions in the service file after names have been mangled to match the dart style.

Implementation

final Set<String> usedTopLevelServiceNames = <String>{}
  ..addAll(forbiddenTopLevelNames);