Proto2EnumDescriptorProto constructor

Proto2EnumDescriptorProto({
  1. String? name,
  2. List<Proto2EnumValueDescriptorProto>? value,
})

Implementation

Proto2EnumDescriptorProto({
  this.name,
  this.value,
});