VolumeVolumeInfoImageLinks constructor

VolumeVolumeInfoImageLinks({
  1. String? extraLarge,
  2. String? large,
  3. String? medium,
  4. String? small,
  5. String? smallThumbnail,
  6. String? thumbnail,
})

Implementation

VolumeVolumeInfoImageLinks({
  this.extraLarge,
  this.large,
  this.medium,
  this.small,
  this.smallThumbnail,
  this.thumbnail,
});