EnumAlias constructor

EnumAlias(
  1. EnumValueDescriptorProto value,
  2. EnumValueDescriptorProto canonicalValue
)

Implementation

EnumAlias(this.value, this.canonicalValue);