withRadio method

Implementation

JsonWidgetInternalBuildersBuilder withRadio() {
  builders[JsonRadioBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonRadioBuilder.fromDynamic,
    schemaId: RadioSchema.id,
  );
  return this;
}