packagingQuantity property

double? packagingQuantity
getter/setter pair

Implementation

@JsonKey(
  name: 'product_quantity',
  fromJson: JsonHelper.quantityFromJson,
  includeIfNull: false,
)
double? packagingQuantity;