withSetValue method

Implementation

JsonWidgetInternalBuildersBuilder withSetValue() {
  builders[JsonSetValueBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonSetValueBuilder.fromDynamic,
    schemaId: SetValueSchema.id,
  );
  return this;
}