StoreException.noStoreFound constructor

const StoreException.noStoreFound(
  1. Type storeType
)

Implementation

const StoreException.noStoreFound(Type storeType)
    : message = 'No store of type $storeType found';