PackageDimensions constructor

PackageDimensions({
  1. double? height,
  2. double? length,
  3. double? weight,
  4. double? width,
})

Implementation

PackageDimensions({this.height, this.length, this.weight, this.width});