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