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