withRow method

Implementation

JsonWidgetInternalBuildersBuilder withRow() {
  builders[JsonRowBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonRowBuilder.fromDynamic,
    schemaId: RowSchema.id,
  );
  return this;
}