imagesFreshnessInLanguages property

Map<OpenFoodFactsLanguage, Map<ImageField, int>>? imagesFreshnessInLanguages
getter/setter pair

Images Freshness in seconds

0 seconds means we don't have the picture at all. Read-only cf. https://github.com/openfoodfacts/openfoodfacts-dart/issues/104

Implementation

Map<OpenFoodFactsLanguage, Map<ImageField, int>>? imagesFreshnessInLanguages;