nutrimentDataPer property

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

Size of the product sample for "nutrition data for product as sold".

Typical values: nutrimentPer100g or nutrimentPerServing.

Implementation

@JsonKey(name: 'nutrition_data_per', includeIfNull: false)
String? nutrimentDataPer;