EphemeralDirectory constructor

EphemeralDirectory({
  1. GcePersistentDisk? gcePd,
  2. String? mountPath,
})

Implementation

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