AWSElasticBlockStoreVolumeSource constructor

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

Default constructor.

Implementation

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