ProtoField constructor

const ProtoField(
  1. int number, {
  2. String? name,
})

Implementation

const ProtoField(
  this.number, {
  this.name,
}) : intPrecision = null;