Proto2DescriptorProto constructor
Proto2DescriptorProto({
- List<
Proto2EnumDescriptorProto> ? enumType, - List<
Proto2FieldDescriptorProto> ? field, - String? name,
- List<
Proto2DescriptorProto> ? nestedType, - List<
Proto2OneofDescriptorProto> ? oneofDecl,
Implementation
Proto2DescriptorProto({
this.enumType,
this.field,
this.name,
this.nestedType,
this.oneofDecl,
});