StorageConfig constructor

StorageConfig({
  1. String? id,
  2. String? localMount,
})

Implementation

StorageConfig({this.id, this.localMount});