Proto2EnumDescriptorProto constructor
Proto2EnumDescriptorProto({
- String? name,
- List<
Proto2EnumValueDescriptorProto> ? value,
Implementation
Proto2EnumDescriptorProto({
this.name,
this.value,
});