StorageDriverDocContext constructor

StorageDriverDocContext({
  1. required String driver,
  2. required String pathBase,
})

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});