FCVolumeSource constructor

const FCVolumeSource({
  1. String? fsType,
  2. int? lun,
  3. bool? readOnly,
  4. List<String>? targetWWNs,
  5. List<String>? wwids,
})

Default constructor.

Implementation

const FCVolumeSource({
  this.fsType,
  this.lun,
  this.readOnly,
  this.targetWWNs,
  this.wwids,
});