ProtobufField.message constructor

ProtobufField.message(
  1. FieldNames names,
  2. ProtobufContainer parent,
  3. FeatureSet inheritFeatures,
  4. GenerationContext ctx,
)

Implementation

ProtobufField.message(
  FieldNames names,
  ProtobufContainer parent,
  FeatureSet inheritFeatures,
  GenerationContext ctx,
) : this._(names.descriptor, names, parent, inheritFeatures, ctx);