GCEPersistentDiskVolumeSource constructor

const GCEPersistentDiskVolumeSource({
  1. String? fsType,
  2. int? partition,
  3. required String pdName,
  4. bool? readOnly,
})

Default constructor.

Implementation

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