rowByKey method

CatalogRow? rowByKey(
  1. String keyPath
)

Implementation

CatalogRow? rowByKey(String keyPath) => _queue.rowByKey(keyPath);