Volume constructor
Volume({
- ExistingDisk? existingDisk,
- NFSMount? nfsMount,
- PersistentDisk? persistentDisk,
- String? volume,
Implementation
Volume({
this.existingDisk,
this.nfsMount,
this.persistentDisk,
this.volume,
});