PhotonPersistentDiskVolumeSource constructor

const PhotonPersistentDiskVolumeSource({
  1. String? fsType,
  2. required String pdID,
})

Default constructor.

Implementation

const PhotonPersistentDiskVolumeSource({
  this.fsType,
  required this.pdID,
});