FieldNames constructor

FieldNames(
  1. FieldDescriptorProto descriptor,
  2. int? index,
  3. int? sourcePosition,
  4. String fieldName, {
  5. String? hasMethodName,
  6. String? clearMethodName,
  7. String? ensureMethodName,
})

Implementation

FieldNames(
  this.descriptor,
  this.index,
  this.sourcePosition,
  this.fieldName, {
  this.hasMethodName,
  this.clearMethodName,
  this.ensureMethodName,
});