packagingQuantity property

  1. @JsonKey(name: 'product_quantity', fromJson: JsonHelper.quantityFromJson, includeIfNull: false)
double? packagingQuantity
getter/setter pair

Implementation

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