ProtobufEnum constructor
Creates a new constant ProtobufEnum using value
and name
.
Implementation
const ProtobufEnum(this.value, this.name);
Creates a new constant ProtobufEnum using value
and name
.
const ProtobufEnum(this.value, this.name);