ProtobufField.extension constructor

ProtobufField.extension(
  1. FieldDescriptorProto descriptor,
  2. ProtobufContainer parent,
  3. GenerationContext ctx
)

Implementation

ProtobufField.extension(
  FieldDescriptorProto descriptor,
  ProtobufContainer parent,
  GenerationContext ctx,
) : this._(descriptor, null, parent, parent.features, ctx);