PersistentDirectory constructor

PersistentDirectory({
  1. GceHyperdiskBalancedHighAvailability? gceHd,
  2. GceRegionalPersistentDisk? gcePd,
  3. String? mountPath,
})

Implementation

PersistentDirectory({this.gceHd, this.gcePd, this.mountPath});