rowsForSection method

List<CatalogRow> rowsForSection(
  1. CatalogQueueSection section
)

Implementation

List<CatalogRow> rowsForSection(CatalogQueueSection section) => queue.rowsForSection(section);