VolumeVolumeInfoDimensions constructor

VolumeVolumeInfoDimensions({
  1. String? height,
  2. String? thickness,
  3. String? width,
})

Implementation

VolumeVolumeInfoDimensions({this.height, this.thickness, this.width});