synonyms property

Map<OpenFoodFactsLanguage, List<String>>? synonyms
getter/setter pair

Localized synonyms of the name of the origin.

In real life the field contains rarely more than the name already known.

Implementation

@JsonKey(fromJson: LanguageHelper.fromJsonStringMapList, includeIfNull: false)
Map<OpenFoodFactsLanguage, List<String>>? synonyms;