withSaveContext method
Implementation
JsonWidgetInternalBuildersBuilder withSaveContext() {
builders[JsonSaveContextBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonSaveContextBuilder.fromDynamic,
schemaId: SaveContextSchema.id,
);
return this;
}