PortworxVolumeSource constructor

const PortworxVolumeSource({
  1. String? fsType,
  2. bool? readOnly,
  3. required String volumeID,
})

Default constructor.

Implementation

const PortworxVolumeSource({
  this.fsType,
  this.readOnly,
  required this.volumeID,
});