quantityPerUnit property

  1. @JsonKey(name: 'quantity_per_unit', includeIfNull: false)
String? quantityPerUnit
getter/setter pair

Quantity (weight or volume) of food product contained.

Ee.g. 75cl for a wine bottle.

Implementation

@JsonKey(name: 'quantity_per_unit', includeIfNull: false)
String? quantityPerUnit;