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