operator [] method

StoreDirectory operator [](
  1. String storeName
)

Get a StoreDirectory by store name

Automatically creates the appropriate store synchronously, unlike ().

Implementation

StoreDirectory operator [](String storeName) =>
    StoreDirectory(rootDirectory, storeName);