Proto2FieldDescriptorProto constructor

Proto2FieldDescriptorProto({
  1. String? defaultValue,
  2. String? jsonName,
  3. String? label,
  4. String? name,
  5. int? number,
  6. int? oneofIndex,
  7. bool? proto3Optional,
  8. String? type,
  9. String? typeName,
})

Implementation

Proto2FieldDescriptorProto({
  this.defaultValue,
  this.jsonName,
  this.label,
  this.name,
  this.number,
  this.oneofIndex,
  this.proto3Optional,
  this.type,
  this.typeName,
});