withSemantics method

Implementation

JsonWidgetInternalBuildersBuilder withSemantics() {
  builders[JsonSemanticsBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonSemanticsBuilder.fromDynamic,
    schemaId: SemanticsSchema.id,
  );
  return this;
}