VolumeVolumeInfoReadingModes constructor

VolumeVolumeInfoReadingModes({
  1. bool? image,
  2. bool? text,
})

Implementation

VolumeVolumeInfoReadingModes({
  this.image,
  this.text,
});