Volume constructor

Volume({
  1. VolumeAccessInfo? accessInfo,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. VolumeLayerInfo? layerInfo,
  6. VolumeRecommendedInfo? recommendedInfo,
  7. VolumeSaleInfo? saleInfo,
  8. VolumeSearchInfo? searchInfo,
  9. String? selfLink,
  10. VolumeUserInfo? userInfo,
  11. VolumeVolumeInfo? volumeInfo,
})

Implementation

Volume({
  this.accessInfo,
  this.etag,
  this.id,
  this.kind,
  this.layerInfo,
  this.recommendedInfo,
  this.saleInfo,
  this.searchInfo,
  this.selfLink,
  this.userInfo,
  this.volumeInfo,
});