PersistentDirectory constructor
PersistentDirectory({
- GceRegionalPersistentDisk? gcePd,
- String? mountPath,
Implementation
PersistentDirectory({
this.gcePd,
this.mountPath,
});