withPositioned method
Implementation
JsonWidgetInternalBuildersBuilder withPositioned() {
builders[JsonPositionedBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonPositionedBuilder.fromDynamic,
schemaId: PositionedSchema.id,
);
return this;
}