withIndexedStack method
Implementation
JsonWidgetInternalBuildersBuilder withIndexedStack() {
builders[JsonIndexedStackBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonIndexedStackBuilder.fromDynamic,
schemaId: IndexedStackSchema.id,
);
return this;
}