BareMetalLvpConfig constructor

BareMetalLvpConfig({
  1. String? path,
  2. String? storageClass,
})

Implementation

BareMetalLvpConfig({
  this.path,
  this.storageClass,
});