withCard method
Implementation
JsonWidgetInternalBuildersBuilder withCard() {
builders[JsonCardBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonCardBuilder.fromDynamic,
schemaId: CardSchema.id,
);
return this;
}
JsonWidgetInternalBuildersBuilder withCard() {
builders[JsonCardBuilder.type] = JsonWidgetBuilderContainer(
builder: JsonCardBuilder.fromDynamic,
schemaId: CardSchema.id,
);
return this;
}