OneofNames constructor

OneofNames(
  1. OneofDescriptorProto descriptor,
  2. int index,
  3. String clearMethodName,
  4. String whichOneofMethodName,
  5. String oneofEnumName,
  6. String byTagMapName,
)

Implementation

OneofNames(this.descriptor, this.index, this.clearMethodName,
    this.whichOneofMethodName, this.oneofEnumName, this.byTagMapName);