withAnimatedPhysicalModel method
Implementation
JsonWidgetInternalBuildersBuilder withAnimatedPhysicalModel() {
builders[JsonAnimatedPhysicalModelBuilder.type] =
JsonWidgetBuilderContainer(
builder: JsonAnimatedPhysicalModelBuilder.fromDynamic,
schemaId: AnimatedPhysicalModelSchema.id,
);
return this;
}