WooProductVariationDimension constructor

WooProductVariationDimension(
  1. String? length,
  2. String? height,
  3. String? width
)

Implementation

WooProductVariationDimension(this.length, this.height, this.width);