Field constructor

Field({
  1. Field_Kind? kind,
  2. Field_Cardinality? cardinality,
  3. int? number,
  4. String? name,
  5. String? typeUrl,
  6. int? oneofIndex,
  7. bool? packed,
  8. List<Option>? options,
  9. String? jsonName,
  10. String? defaultValue,
})

Implementation

Field({
  this.kind,
  this.cardinality,
  this.number,
  this.name,
  this.typeUrl,
  this.oneofIndex,
  this.packed,
  this.options,
  this.jsonName,
  this.defaultValue,
}) : super(fullyQualifiedName);