ProtoField constructor
Constructs a ProtoField with the given number, wire type, and name.
Implementation
const ProtoField(this.number, this.wireType, this.name);
Constructs a ProtoField with the given number, wire type, and name.
const ProtoField(this.number, this.wireType, this.name);