ProtoField constructor

const ProtoField(
  1. int number,
  2. WireType wireType,
  3. String name
)

Constructs a ProtoField with the given number, wire type, and name.

Implementation

const ProtoField(this.number, this.wireType, this.name);