withSliverList method

void withSliverList()

Implementation

void withSliverList() {
  _builders[JsonSliverListBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonSliverListBuilder.fromDynamic,
    schemaId: SliverListSchema.id,
  );
  _schemas[SliverListSchema.id] = SliverListSchema.schema;
}