Proto2EnumValueDescriptorProto constructor

Proto2EnumValueDescriptorProto({
  1. String? name,
  2. int? number,
})

Implementation

Proto2EnumValueDescriptorProto({
  this.name,
  this.number,
});