ProtobufField.message constructor

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

Implementation

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