StorageDriverDocContext constructor
Creates a new StorageDriverDocContext.
driver is the name of the storage driver.
pathBase is the base path for configuration paths.
Implementation
StorageDriverDocContext({required this.driver, required this.pathBase});