productName property

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

Product name, either set directly or taken from one of the localizations.

Rather use productNameInLanguages instead.

Implementation

@JsonKey(name: 'product_name', includeIfNull: false)
String? productName;