Field constructor
      
      Field({})
     
    
    
Implementation
Field({
  this.cardinality,
  this.defaultValue,
  this.jsonName,
  this.kind,
  this.name,
  this.number,
  this.oneofIndex,
  this.options,
  this.packed,
  this.typeUrl,
});