EphemeralDirectory constructor
EphemeralDirectory({
- GcePersistentDisk? gcePd,
- String? mountPath,
Implementation
EphemeralDirectory({
this.gcePd,
this.mountPath,
});