CSIVolumeSource constructor

CSIVolumeSource({
  1. String? driver,
  2. bool? readOnly,
  3. Map<String, String>? volumeAttributes,
})

Implementation

CSIVolumeSource({this.driver, this.readOnly, this.volumeAttributes});