Proto2DescriptorProto constructor

Proto2DescriptorProto({
  1. List<Proto2EnumDescriptorProto>? enumType,
  2. List<Proto2FieldDescriptorProto>? field,
  3. String? name,
  4. List<Proto2DescriptorProto>? nestedType,
  5. List<Proto2OneofDescriptorProto>? oneofDecl,
})

Implementation

Proto2DescriptorProto({
  this.enumType,
  this.field,
  this.name,
  this.nestedType,
  this.oneofDecl,
});