PersistentDirectory constructor

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

Implementation

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