GCEPersistentDiskVolumeSource constructor
const
GCEPersistentDiskVolumeSource({})
Default constructor.
Implementation
const GCEPersistentDiskVolumeSource({
this.fsType,
this.partition,
required this.pdName,
this.readOnly,
});