diff --git a/__404error.html b/__404error.html index 3c0514026c..64d5408b04 100644 --- a/__404error.html +++ b/__404error.html @@ -16,15 +16,11 @@ - - -
-
menu
-

404: Something's gone wrong :-(

-

You've tried to visit a page that doesn't exist. Luckily this site has other pages.

@@ -59,10 +53,8 @@

404: Something's gone wrong :-(

-
- - -
- - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class-sidebar.html index df27608cfc..52d763d602 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class-sidebar.html @@ -6,25 +6,40 @@
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • + +
  • + hashCode +
  • + +
  • + runtimeType +
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • + +
  • + noSuchMethod +
  • + +
  • + toString +
  • Operators
  • -
  • operator ==
  • + +
  • + operator == +
  • -
  • Static methods
  • -
  • getBadges
  • -
  • getEvents
  • -
  • getEventsCount
  • -
  • getLeaderboard
  • -
  • getScores
  • +
  • Static methods
  • +
  • getBadges
  • +
  • getEvents
  • +
  • getEventsCount
  • +
  • getLeaderboard
  • +
  • getScores
  • diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class.html index a82d550b1f..8dbd4715df 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient-class.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    EventsAPIClient class

    Properties

    - hashCode - int + hashCode + int
    @@ -88,8 +83,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -101,6 +96,7 @@

    Properties

    +
    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -121,8 +117,8 @@

    Methods

    - toString() - String + toString() + String @@ -142,8 +138,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -162,8 +158,8 @@

    Operators

    Static Methods

    - getBadges({String? userId, String? deviceId, UriHelper uriHelper = uriHelperEventsProd}) - Future<List<BadgeBase>> + getBadges({String? userId, String? deviceId, UriHelper uriHelper = uriHelperEventsProd}) + Future<List<BadgeBase>> @@ -175,8 +171,8 @@

    Static Methods

    - getEvents({String? userId, String? deviceId, int? skip, int? limit, UriHelper uriHelper = uriHelperEventsProd}) - Future<List<EventsBase>> + getEvents({String? userId, String? deviceId, int? skip, int? limit, UriHelper uriHelper = uriHelperEventsProd}) + Future<List<EventsBase>> @@ -188,8 +184,8 @@

    Static Methods

    - getEventsCount({String? userId, String? deviceId, UriHelper uriHelper = uriHelperEventsProd}) - Future<Map<String, int>> + getEventsCount({String? userId, String? deviceId, UriHelper uriHelper = uriHelperEventsProd}) + Future<Map<String, int>> @@ -201,8 +197,8 @@

    Static Methods

    - getLeaderboard({String? eventType, UriHelper uriHelper = uriHelperEventsProd}) - Future<List<LeaderboardEntry>> + getLeaderboard({String? eventType, UriHelper uriHelper = uriHelperEventsProd}) + Future<List<LeaderboardEntry>> @@ -214,8 +210,8 @@

    Static Methods

    - getScores({String? userId, String? deviceId, String? eventType, UriHelper uriHelper = uriHelperEventsProd}) - Future<int> + getScores({String? userId, String? deviceId, String? eventType, UriHelper uriHelper = uriHelperEventsProd}) + Future<int> @@ -230,9 +226,7 @@

    Static Methods

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getBadges.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getBadges.html index 794a3e4cd9..e4fc4e98fa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getBadges.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getBadges.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getBadges static method
    - -Future<List<BadgeBase>> -getBadges({
    1. String? userId,
    2. -
    3. String? deviceId,
    4. +Future<List<BadgeBase>> +getBadges({
      1. String? userId,
      2. +
      3. String? deviceId,
      4. UriHelper uriHelper = uriHelperEventsProd,
      }) @@ -113,7 +107,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEvents.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEvents.html index 198fbd398d..67250de30d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEvents.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEvents.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getEvents static method
    - -Future<List<EventsBase>> -getEvents({
    1. String? userId,
    2. -
    3. String? deviceId,
    4. -
    5. int? skip,
    6. -
    7. int? limit,
    8. +Future<List<EventsBase>> +getEvents({
      1. String? userId,
      2. +
      3. String? deviceId,
      4. +
      5. int? skip,
      6. +
      7. int? limit,
      8. UriHelper uriHelper = uriHelperEventsProd,
      }) @@ -123,7 +117,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEventsCount.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEventsCount.html index 8990335730..bace2e8151 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEventsCount.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getEventsCount.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getEventsCount static method
    - -Future<Map<String, int>> -getEventsCount({
    1. String? userId,
    2. -
    3. String? deviceId,
    4. +Future<Map<String, int>> +getEventsCount({
      1. String? userId,
      2. +
      3. String? deviceId,
      4. UriHelper uriHelper = uriHelperEventsProd,
      }) @@ -113,7 +107,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getLeaderboard.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getLeaderboard.html index cb12fd4f6a..f10518044c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getLeaderboard.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getLeaderboard.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getLeaderboard static method
    - -Future<List<LeaderboardEntry>> -getLeaderboard({
    1. String? eventType,
    2. +Future<List<LeaderboardEntry>> +getLeaderboard({
      1. String? eventType,
      2. UriHelper uriHelper = uriHelperEventsProd,
      }) @@ -108,7 +102,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getScores.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getScores.html index 8c5006554d..693814fd30 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getScores.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/EventsAPIClient/getScores.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getScores static method
    - -Future<int> -getScores({
    1. String? userId,
    2. -
    3. String? deviceId,
    4. -
    5. String? eventType,
    6. +Future<int> +getScores({
      1. String? userId,
      2. +
      3. String? deviceId,
      4. +
      5. String? eventType,
      6. UriHelper uriHelper = uriHelperEventsProd,
      }) @@ -114,7 +108,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events-library.html index 871cc0b758..ffd2febc1c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_events-library.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -

    Classes

    -
    EventsAPIClient @@ -92,9 +86,7 @@

    Classes

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class-sidebar.html index e1b584e86e..a4c9696c4e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class-sidebar.html @@ -6,33 +6,48 @@
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • + +
  • + hashCode +
  • + +
  • + runtimeType +
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • + +
  • + noSuchMethod +
  • + +
  • + toString +
  • Operators
  • -
  • operator ==
  • + +
  • + operator == +
  • -
  • Static methods
  • -
  • addProductTag
  • -
  • deleteProductTag
  • -
  • getAuthenticationToken
  • -
  • getKeys
  • -
  • getProducts
  • -
  • getProductStats
  • -
  • getProductTag
  • -
  • getProductTags
  • -
  • getProductTagVersions
  • -
  • getProductTagWithSubKeys
  • -
  • hello
  • -
  • ping
  • -
  • updateProductTag
  • +
  • Static methods
  • +
  • addProductTag
  • +
  • deleteProductTag
  • +
  • getAuthenticationToken
  • +
  • getKeys
  • +
  • getProducts
  • +
  • getProductStats
  • +
  • getProductTag
  • +
  • getProductTags
  • +
  • getProductTagVersions
  • +
  • getProductTagWithSubKeys
  • +
  • hello
  • +
  • ping
  • +
  • updateProductTag
  • diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class.html index ebd73ab074..ee0311def1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient-class.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    FolksonomyAPIClient class

    Properties

    - hashCode - int + hashCode + int
    @@ -88,8 +83,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -101,6 +96,7 @@

    Properties

    +
    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -121,8 +117,8 @@

    Methods

    - toString() - String + toString() + String @@ -142,8 +138,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -162,8 +158,8 @@

    Operators

    Static Methods

    - addProductTag({required String barcode, required String key, required String value, String? ownerIfPrivate, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<MaybeError<bool>> + addProductTag({required String barcode, required String key, required String value, String? ownerIfPrivate, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<MaybeError<bool>> @@ -175,8 +171,8 @@

    Static Methods

    - deleteProductTag({required String barcode, required String key, required int version, String? owner, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<MaybeError<bool>> + deleteProductTag({required String barcode, required String key, required int version, String? owner, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<MaybeError<bool>> @@ -188,8 +184,8 @@

    Static Methods

    - getAuthenticationToken({required String username, required String password, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<MaybeError<String>> + getAuthenticationToken({required String username, required String password, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<MaybeError<String>> @@ -201,8 +197,8 @@

    Static Methods

    - getKeys({String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<Map<String, KeyStats>> + getKeys({String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<Map<String, KeyStats>> @@ -214,8 +210,8 @@

    Static Methods

    - getProducts({required String key, String? value, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<Map<String, String>> + getProducts({required String key, String? value, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<Map<String, String>> @@ -227,8 +223,8 @@

    Static Methods

    - getProductStats({String? key, String? value, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<List<ProductStats>> + getProductStats({String? key, String? value, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<List<ProductStats>> @@ -240,8 +236,8 @@

    Static Methods

    - getProductTag({required String barcode, required String key, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<ProductTag?> + getProductTag({required String barcode, required String key, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<ProductTag?> @@ -253,8 +249,8 @@

    Static Methods

    - getProductTags({required String barcode, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<Map<String, ProductTag>> + getProductTags({required String barcode, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<Map<String, ProductTag>> @@ -266,8 +262,8 @@

    Static Methods

    - getProductTagVersions({required String barcode, required String key, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<List<ProductTag>> + getProductTagVersions({required String barcode, required String key, String? owner, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<List<ProductTag>> @@ -279,8 +275,8 @@

    Static Methods

    - getProductTagWithSubKeys({required String barcode, required String key, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<Map<String, ProductTag>> + getProductTagWithSubKeys({required String barcode, required String key, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<Map<String, ProductTag>> @@ -293,7 +289,7 @@

    Static Methods

    hello({UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<void> + Future<void> @@ -306,7 +302,7 @@

    Static Methods

    ping({UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<void> + Future<void> @@ -318,8 +314,8 @@

    Static Methods

    - updateProductTag({required String barcode, required String key, required String value, required int version, String? ownerIfPrivate, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) - Future<MaybeError<bool>> + updateProductTag({required String barcode, required String key, required String value, required int version, String? ownerIfPrivate, required String bearerToken, UriHelper uriHelper = uriHelperFolksonomyProd}) + Future<MaybeError<bool>> @@ -334,9 +330,7 @@

    Static Methods

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/addProductTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/addProductTag.html index 59d2786923..6db3e62513 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/addProductTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/addProductTag.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    addProductTag static method
    - -Future<MaybeError<bool>> -addProductTag({
    1. required String barcode,
    2. -
    3. required String key,
    4. -
    5. required String value,
    6. -
    7. String? ownerIfPrivate,
    8. -
    9. required String bearerToken,
    10. +Future<MaybeError<bool>> +addProductTag({
      1. required String barcode,
      2. +
      3. required String key,
      4. +
      5. required String value,
      6. +
      7. String? ownerIfPrivate,
      8. +
      9. required String bearerToken,
      10. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -110,7 +104,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/deleteProductTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/deleteProductTag.html index bac84c5174..67188dec27 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/deleteProductTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/deleteProductTag.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    deleteProductTag static method
    - -Future<MaybeError<bool>> -deleteProductTag({
    1. required String barcode,
    2. -
    3. required String key,
    4. -
    5. required int version,
    6. -
    7. String? owner,
    8. -
    9. required String bearerToken,
    10. +Future<MaybeError<bool>> +deleteProductTag({
      1. required String barcode,
      2. +
      3. required String key,
      4. +
      5. required int version,
      6. +
      7. String? owner,
      8. +
      9. required String bearerToken,
      10. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -109,7 +103,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getAuthenticationToken.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getAuthenticationToken.html index abeaf5220a..ffc465c154 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getAuthenticationToken.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getAuthenticationToken.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getAuthenticationToken static method
    - -Future<MaybeError<String>> -getAuthenticationToken({
    1. required String username,
    2. -
    3. required String password,
    4. +Future<MaybeError<String>> +getAuthenticationToken({
      1. required String username,
      2. +
      3. required String password,
      4. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -114,7 +108,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getKeys.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getKeys.html index c130db437b..0e56feca5a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getKeys.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getKeys.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getKeys static method
    - -Future<Map<String, KeyStats>> -getKeys({
    1. String? owner,
    2. +Future<Map<String, KeyStats>> +getKeys({
      1. String? owner,
      2. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -108,7 +102,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductStats.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductStats.html index 710ffdc9d6..432666163d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductStats.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductStats.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProductStats static method
    - -Future<List<ProductStats>> -getProductStats({
    1. String? key,
    2. -
    3. String? value,
    4. -
    5. String? owner,
    6. +Future<List<ProductStats>> +getProductStats({
      1. String? key,
      2. +
      3. String? value,
      4. +
      5. String? owner,
      6. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -118,7 +112,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTag.html index adbb432f15..c72c3cb293 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTag.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProductTag static method
    - -Future<ProductTag?> -getProductTag({
    1. required String barcode,
    2. -
    3. required String key,
    4. -
    5. String? owner,
    6. +Future<ProductTag?> +getProductTag({
      1. required String barcode,
      2. +
      3. required String key,
      4. +
      5. String? owner,
      6. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -116,7 +110,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagVersions.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagVersions.html index dbc6df2ab1..76df4e6ced 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagVersions.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagVersions.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProductTagVersions static method
    - -Future<List<ProductTag>> -getProductTagVersions({
    1. required String barcode,
    2. -
    3. required String key,
    4. -
    5. String? owner,
    6. +Future<List<ProductTag>> +getProductTagVersions({
      1. required String barcode,
      2. +
      3. required String key,
      4. +
      5. String? owner,
      6. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -115,7 +109,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagWithSubKeys.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagWithSubKeys.html index 80c49ed04a..28fd3ff374 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagWithSubKeys.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTagWithSubKeys.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProductTagWithSubKeys static method
      -
    1. @Deprecated('Not supported anymore; use getProductTags instead')
    2. +
    3. @Deprecated('Not supported anymore; use getProductTags instead')
    - -Future<Map<String, ProductTag>> -getProductTagWithSubKeys({
    1. required String barcode,
    2. -
    3. required String key,
    4. +Future<Map<String, ProductTag>> +getProductTagWithSubKeys({
      1. required String barcode,
      2. +
      3. required String key,
      4. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -120,7 +114,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTags.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTags.html index da1d0962de..aecb0595e7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTags.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProductTags.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProductTags static method
    - -Future<Map<String, ProductTag>> -getProductTags({
    1. required String barcode,
    2. -
    3. String? owner,
    4. +Future<Map<String, ProductTag>> +getProductTags({
      1. required String barcode,
      2. +
      3. String? owner,
      4. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -115,7 +109,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProducts.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProducts.html index 235c334459..c36b2a7302 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProducts.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/getProducts.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    getProducts static method
    - -Future<Map<String, String>> -getProducts({
    1. required String key,
    2. -
    3. String? value,
    4. -
    5. String? owner,
    6. +Future<Map<String, String>> +getProducts({
      1. required String key,
      2. +
      3. String? value,
      4. +
      5. String? owner,
      6. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -118,7 +112,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/hello.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/hello.html index ed7f64d5bb..78c2895d3f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/hello.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/hello.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    hello static method
    - -Future<void> +Future<void> hello({
    1. UriHelper uriHelper = uriHelperFolksonomyProd,
    }) @@ -94,7 +88,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/ping.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/ping.html index 6a103d6dd1..95f2fd6ea1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/ping.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/ping.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    ping static method
    - -Future<void> +Future<void> ping({
    1. UriHelper uriHelper = uriHelperFolksonomyProd,
    }) @@ -91,7 +85,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/updateProductTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/updateProductTag.html index 70733ed288..2c1bd63a90 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/updateProductTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/FolksonomyAPIClient/updateProductTag.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    updateProductTag static method
    - -Future<MaybeError<bool>> -updateProductTag({
    1. required String barcode,
    2. -
    3. required String key,
    4. -
    5. required String value,
    6. -
    7. required int version,
    8. -
    9. String? ownerIfPrivate,
    10. -
    11. required String bearerToken,
    12. +Future<MaybeError<bool>> +updateProductTag({
      1. required String barcode,
      2. +
      3. required String key,
      4. +
      5. required String value,
      6. +
      7. required int version,
      8. +
      9. String? ownerIfPrivate,
      10. +
      11. required String bearerToken,
      12. UriHelper uriHelper = uriHelperFolksonomyProd,
      }) @@ -121,7 +115,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy-library.html index 711502d92d..c176867816 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_folksonomy-library.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -

    Classes

    -
    FolksonomyAPIClient @@ -92,9 +86,7 @@

    Classes

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class-sidebar.html index 91babe98df..8f03f338d4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class-sidebar.html @@ -1,36 +1,60 @@
      -
    1. Constructors
    2. -
    3. JsonObject
    4. +
    5. Constructors
    6. +
    7. JsonObject
    8. Properties
    9. -
    10. hashCode
    11. -
    12. runtimeType
    13. + +
    14. + hashCode +
    15. + +
    16. + runtimeType +
    17. Methods
    18. -
    19. noSuchMethod
    20. -
    21. toData
    22. -
    23. toJson
    24. -
    25. toString
    26. -
    27. toValueString
    28. + +
    29. + noSuchMethod +
    30. + +
    31. + toData +
    32. + +
    33. + toJson +
    34. + +
    35. + toString +
    36. + +
    37. + toValueString +
    38. Operators
    39. -
    40. operator ==
    41. + +
    42. + operator == +
    43. -
    44. Static methods
    45. -
    46. parseBool
    47. -
    48. parseDouble
    49. -
    50. parseInt
    51. -
    52. removeNullEntries
    53. -
    54. toDataStatic
    55. -
    56. toValueStringStatic
    57. +
    58. Static methods
    59. +
    60. parseBool
    61. +
    62. parseDouble
    63. +
    64. parseInt
    65. +
    66. removeNullEntries
    67. +
    68. toDataStatic
    69. +
    70. toValueStringStatic
    diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class.html index 1009a16ab0..04aa3cdcb8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject-class.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    JsonObject class
  • UserAgent
  • - + @@ -169,7 +164,6 @@

    JsonObject class

    Constructors

    -
    JsonObject() @@ -187,8 +181,8 @@

    Constructors

    Properties

    - hashCode - int + hashCode + int
    @@ -199,8 +193,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -212,6 +206,7 @@

    Properties

    +
    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -233,7 +228,7 @@

    Methods

    toData() - Map<String, String> + Map<String, String> @@ -246,7 +241,7 @@

    Methods

    toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -258,8 +253,8 @@

    Methods

    - toString() - String + toString() + String @@ -272,7 +267,7 @@

    Methods

    toValueString() - String + String @@ -293,8 +288,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -314,7 +309,7 @@

    Static Methods

    parseBool(dynamic json) - bool + bool @@ -327,7 +322,7 @@

    Static Methods

    parseDouble(dynamic json) - double? + double? @@ -340,7 +335,7 @@

    Static Methods

    parseInt(dynamic json) - int? + int? @@ -352,8 +347,8 @@

    Static Methods

    - removeNullEntries(Map<String, dynamic> input) - Map<String, dynamic> + removeNullEntries(Map<String, dynamic> input) + Map<String, dynamic> @@ -365,8 +360,8 @@

    Static Methods

    - toDataStatic(Map<String, dynamic> json) - Map<String, String> + toDataStatic(Map<String, dynamic> json) + Map<String, String> @@ -378,8 +373,8 @@

    Static Methods

    - toValueStringStatic(Map<String, dynamic> json) - String + toValueStringStatic(Map<String, dynamic> json) + String @@ -395,9 +390,7 @@

    Static Methods

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/JsonObject.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/JsonObject.html index e554eb3cf4..26ff99851d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/JsonObject.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/JsonObject.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    JsonObject constructor const JsonObject() - @@ -76,7 +70,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseBool.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseBool.html index 92ee9eeca4..d903649627 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseBool.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseBool.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    parseBool static method
    - -bool +bool parseBool(
    1. dynamic json
    ) @@ -91,7 +85,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseDouble.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseDouble.html index f3ca2499c9..99320978f8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseDouble.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseDouble.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    parseDouble static method
    - -double? +double? parseDouble(
    1. dynamic json
    ) @@ -89,7 +83,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseInt.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseInt.html index 0af0d3ad51..d2b1a1d605 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseInt.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/parseInt.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    parseInt static method
    - -int? +int? parseInt(
    1. dynamic json
    ) @@ -89,7 +83,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/removeNullEntries.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/removeNullEntries.html index b4dc1da0f8..6a22f65079 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/removeNullEntries.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/removeNullEntries.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    removeNullEntries static method
    - -Map<String, dynamic> -removeNullEntries(
    1. Map<String, dynamic> input
    2. +Map<String, dynamic> +removeNullEntries(
      1. Map<String, dynamic> input
      ) @@ -90,7 +84,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toData.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toData.html index 1c7609f172..25beef0581 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toData.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toData.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    toData method
    - -Map<String, String> +Map<String, String> toData() @@ -82,7 +76,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toDataStatic.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toDataStatic.html index 3dd458c594..a6a0b4dd6a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toDataStatic.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toDataStatic.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    toDataStatic static method
    - -Map<String, String> -toDataStatic(
    1. Map<String, dynamic> json
    2. +Map<String, String> +toDataStatic(
      1. Map<String, dynamic> json
      ) @@ -88,7 +82,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toJson.html index ec8f173684..ac6e167290 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toJson.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    toJson abstract method
    - -Map<String, dynamic> +Map<String, dynamic> toJson() @@ -80,7 +74,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueString.html index ea0fad3a1d..a864e185f6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueString.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    toValueString method
    - -String +String toValueString() @@ -86,7 +80,6 @@

    Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueStringStatic.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueStringStatic.html index dc0f655392..15d90225f9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueStringStatic.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/JsonObject/toValueStringStatic.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -
    toValueStringStatic static method
    - -String -toValueStringStatic(
    1. Map<String, dynamic> json
    2. +String +toValueStringStatic(
      1. Map<String, dynamic> json
      ) @@ -92,7 +86,6 @@

      Implementation

    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object-library.html index 5b6cfc85af..b521bed92c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_json_object-library.html @@ -16,15 +16,11 @@ - - -
    -
    menu
    -

    Classes

    -
    JsonObject @@ -92,9 +86,7 @@

    Classes

    -
    - - -
    - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class-sidebar.html index a5c6bf187d..9791789193 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class-sidebar.html @@ -1,24 +1,45 @@
      -
    1. Constructors
    2. -
    3. Parameter
    4. +
    5. Constructors
    6. +
    7. Parameter
    8. Properties
    9. -
    10. hashCode
    11. -
    12. runtimeType
    13. + +
    14. + hashCode +
    15. + +
    16. + runtimeType +
    17. Methods
    18. -
    19. getName
    20. -
    21. getValue
    22. -
    23. noSuchMethod
    24. -
    25. toString
    26. + +
    27. + getName +
    28. + +
    29. + getValue +
    30. + +
    31. + noSuchMethod +
    32. + +
    33. + toString +
    34. Operators
    35. -
    36. operator ==
    37. + +
    38. + operator == +
    39. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class.html index c0aee94006..855f488705 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter-class.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      Parameter class
    40. WithoutAdditives
    41. - + @@ -99,7 +94,6 @@

      Parameter class

      Constructors

      -
      Parameter() @@ -117,8 +111,8 @@

      Constructors

      Properties

      - hashCode - int + hashCode + int
      @@ -129,8 +123,8 @@

      Properties

      - runtimeType - Type + runtimeType + Type
      @@ -142,6 +136,7 @@

      Properties

      +
      Methods

      getName() - String + String @@ -163,7 +158,7 @@

      Methods

      getValue() - String + String @@ -175,7 +170,7 @@

      Methods

      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -189,7 +184,7 @@

      Methods

      toString() - String + String @@ -209,8 +204,8 @@

      Methods

      Operators

      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -227,9 +222,7 @@

      Operators

      -
      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/Parameter.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/Parameter.html index 29d310d222..761e768e34 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/Parameter.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/Parameter.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      Parameter constructor const Parameter() - @@ -76,7 +70,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getName.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getName.html index aa312a89a6..7278f5a405 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getName.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getName.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      getName abstract method
      - -String +String getName() @@ -83,7 +77,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getValue.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getValue.html index 6660b94dd6..0424fb5ba6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getValue.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/getValue.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      getValue abstract method
      - -String +String getValue() @@ -83,7 +77,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/toString.html index 556602ca9e..d67147a22e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/Parameter/toString.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      toString method
        -
      1. @override
      2. +
      3. @override
      - -String +String toString()
      override
      @@ -78,7 +72,7 @@

      toString method

      A string representation of this object.

      Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

      Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter-library.html index 4814ff3e31..04e7e28c58 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_interface_parameter-library.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -

      Classes

      -
      Parameter @@ -92,9 +86,7 @@

      Classes

      -
      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class-sidebar.html index 058f3ba73a..ef50cd49c8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class-sidebar.html @@ -1,31 +1,52 @@
        -
      1. Constructors
      2. -
      3. Additives
      4. +
      5. Constructors
      6. +
      7. Additives
      8. Properties
      9. -
      10. hashCode
      11. -
      12. ids
      13. -
      14. names
      15. -
      16. runtimeType
      17. + +
      18. + hashCode +
      19. + +
      20. + ids +
      21. + +
      22. + names +
      23. + +
      24. + runtimeType +
      25. Methods
      26. -
      27. noSuchMethod
      28. -
      29. toString
      30. + +
      31. + noSuchMethod +
      32. + +
      33. + toString +
      34. Operators
      35. -
      36. operator ==
      37. + +
      38. + operator == +
      39. -
      40. Static methods
      41. -
      42. additivesFromJson
      43. -
      44. additivesToJson
      45. +
      46. Static methods
      47. +
      48. additivesFromJson
      49. +
      50. additivesToJson
      diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class.html index 2b328ccec4..570511e72b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives-class.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      Additives class

      Constructors

      -
      - Additives(List<String> ids, List<String> names) + Additives(List<String> ids, List<String> names)
      @@ -84,8 +78,8 @@

      Constructors

      Properties

      - hashCode - int + hashCode + int
      @@ -97,7 +91,7 @@

      Properties

      ids - List<String> + List<String>
      @@ -109,7 +103,7 @@

      Properties

      names - List<String> + List<String>
      @@ -120,8 +114,8 @@

      Properties

      - runtimeType - Type + runtimeType + Type
      @@ -133,6 +127,7 @@

      Properties

      +
      Properties

      Methods

      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -153,8 +148,8 @@

      Methods

      - toString() - String + toString() + String @@ -174,8 +169,8 @@

      Methods

      Operators

      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -194,7 +189,7 @@

      Operators

      Static Methods

      - additivesFromJson(List? json) + additivesFromJson(List? json) Additives @@ -208,7 +203,7 @@

      Static Methods

      additivesToJson(Additives? additives) - List<String>? + List<String>? @@ -223,9 +218,7 @@

      Static Methods

      -
      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/Additives.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/Additives.html index 8284b6834a..dbb89cb495 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/Additives.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/Additives.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      Additives constructor
      - Additives(
      1. List<String> ids,
      2. -
      3. List<String> names
      4. + Additives(
        1. List<String> ids,
        2. +
        3. List<String> names
        )
      - @@ -78,7 +72,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesFromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesFromJson.html index 4a4157f845..1e25261cfe 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesFromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesFromJson.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      additivesFromJson static method
      - Additives -additivesFromJson(
      1. List? json
      2. +additivesFromJson(
        1. List? json
        ) @@ -97,7 +91,6 @@

        Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesToJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesToJson.html index 2bd5b32c5c..07119c846c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesToJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/additivesToJson.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      additivesToJson static method
      - -List<String>? +List<String>? additivesToJson(
      1. Additives? additives
      ) @@ -93,7 +87,6 @@

      Implementation

      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/ids.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/ids.html index d57658b5cc..cec1a3fbfa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/ids.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/ids.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      ids property
      +
      - List<String> + List<String> ids
      getter/setter pair
      @@ -76,8 +72,8 @@

      Implementation

      + - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/names.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/names.html index 985d9cd8af..4e7856f657 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/names.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/Additives/names.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -
      names property
      +
      - List<String> + List<String> names
      getter/setter pair
      @@ -76,8 +72,8 @@

      Implementation

      + - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives-library.html index 1e7cc3930b..a51309fd09 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_additives-library.html @@ -16,15 +16,11 @@ - - -
      -
      menu
      -

      Classes

      -
      Additives @@ -92,9 +86,7 @@

      Classes

      -
      - - -
      - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class-sidebar.html index d061b09edc..6ec5e0f344 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class-sidebar.html @@ -1,27 +1,54 @@
        -
      1. Constructors
      2. -
      3. Agribalyse
      4. -
      5. fromJson
      6. +
      7. Constructors
      8. +
      9. Agribalyse
      10. +
      11. fromJson
      12. Properties
      13. -
      14. hashCode
      15. -
      16. runtimeType
      17. -
      18. score
      19. + +
      20. + hashCode +
      21. + +
      22. + runtimeType +
      23. + +
      24. + score +
      25. Methods
      26. -
      27. noSuchMethod
      28. -
      29. toData
      30. -
      31. toJson
      32. -
      33. toString
      34. -
      35. toValueString
      36. + +
      37. + noSuchMethod +
      38. + +
      39. + toData +
      40. + +
      41. + toJson +
      42. + +
      43. + toString +
      44. + +
      45. + toValueString +
      46. Operators
      47. -
      48. operator ==
      49. + +
      50. + operator == +
      51. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class.html index 5205aa710b..fc5a2c3a9b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse-class.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Agribalyse class
        Inheritance
        @@ -79,7 +74,7 @@

        Agribalyse class - + @@ -89,16 +84,15 @@

        Agribalyse class

        Constructors

        -
        - Agribalyse({double? score}) + Agribalyse({double? score})
        - Agribalyse.fromJson(Map<String, dynamic> json) + Agribalyse.fromJson(Map<String, dynamic> json)
        @@ -113,8 +107,8 @@

        Constructors

        Properties

        - hashCode - int + hashCode + int
        @@ -125,8 +119,8 @@

        Properties

        - runtimeType - Type + runtimeType + Type
        @@ -138,7 +132,7 @@

        Properties

        score - double? + double?
        @@ -150,6 +144,7 @@

        Properties

        +
        Properties

        Methods

        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -171,7 +166,7 @@

        Methods

        toData() - Map<String, String> + Map<String, String> @@ -184,7 +179,7 @@

        Methods

        toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -196,8 +191,8 @@

        Methods

        - toString() - String + toString() + String @@ -210,7 +205,7 @@

        Methods

        toValueString() - String + String @@ -231,8 +226,8 @@

        Methods

        Operators

        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -249,9 +244,7 @@

        Operators

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.fromJson.html index 361b7c0c99..f5fef76203 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.fromJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Agribalyse.fromJson constructor
        - Agribalyse.fromJson(
        1. Map<String, dynamic> json
        2. + Agribalyse.fromJson(
          1. Map<String, dynamic> json
          )
        - @@ -78,7 +72,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.html index 84a95b9082..8820b857a7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/Agribalyse.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Agribalyse constructor
        - Agribalyse({
        1. double? score,
        2. + Agribalyse({
          1. double? score,
          })
        - @@ -77,7 +71,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/score.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/score.html index 56de7f48e1..f6a656f02d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/score.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/score.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        score property
        +
        - double? + double? score
        getter/setter pair
        @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/toJson.html index a0f75b9373..90c6e9914a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/Agribalyse/toJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        toJson method
          -
        1. @override
        2. +
        3. @override
        - -Map<String, dynamic> +Map<String, dynamic> toJson()
        override
        @@ -86,7 +80,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse-library.html index 711150a523..da7d645a89 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_agribalyse-library.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -

        Classes

        -
        Agribalyse @@ -92,9 +86,7 @@

        Classes

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class-sidebar.html index 5a4de6bea0..3ebe379f91 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class-sidebar.html @@ -1,31 +1,52 @@
          -
        1. Constructors
        2. -
        3. Allergens
        4. +
        5. Constructors
        6. +
        7. Allergens
        8. Properties
        9. -
        10. hashCode
        11. -
        12. ids
        13. -
        14. names
        15. -
        16. runtimeType
        17. + +
        18. + hashCode +
        19. + +
        20. + ids +
        21. + +
        22. + names +
        23. + +
        24. + runtimeType +
        25. Methods
        26. -
        27. noSuchMethod
        28. -
        29. toString
        30. + +
        31. + noSuchMethod +
        32. + +
        33. + toString +
        34. Operators
        35. -
        36. operator ==
        37. + +
        38. + operator == +
        39. -
        40. Static methods
        41. -
        42. allergensFromJson
        43. -
        44. allergensToJson
        45. +
        46. Static methods
        47. +
        48. allergensFromJson
        49. +
        50. allergensToJson
        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class.html index 865d18052e..569456075c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens-class.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Allergens class

        Constructors

        -
        - Allergens(List<String> ids, List<String> names) + Allergens(List<String> ids, List<String> names)
        @@ -89,8 +83,8 @@

        Constructors

        Properties

        - hashCode - int + hashCode + int
        @@ -102,7 +96,7 @@

        Properties

        ids - List<String> + List<String>
        @@ -114,7 +108,7 @@

        Properties

        names - List<String> + List<String>
        @@ -125,8 +119,8 @@

        Properties

        - runtimeType - Type + runtimeType + Type
        @@ -138,6 +132,7 @@

        Properties

        +
        Properties

        Methods

        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -158,8 +153,8 @@

        Methods

        - toString() - String + toString() + String @@ -179,8 +174,8 @@

        Methods

        Operators

        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -199,7 +194,7 @@

        Operators

        Static Methods

        - allergensFromJson(List? json) + allergensFromJson(List? json) Allergens @@ -213,7 +208,7 @@

        Static Methods

        allergensToJson(Allergens? allergens) - List<String>? + List<String>? @@ -228,9 +223,7 @@

        Static Methods

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/Allergens.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/Allergens.html index c7681aaee0..39e363ee5a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/Allergens.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/Allergens.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Allergens constructor
        - Allergens(
        1. List<String> ids,
        2. -
        3. List<String> names
        4. + Allergens(
          1. List<String> ids,
          2. +
          3. List<String> names
          )
        - @@ -78,7 +72,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensFromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensFromJson.html index 6aa95cc740..6edefe37f2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensFromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensFromJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        allergensFromJson static method
        - Allergens -allergensFromJson(
        1. List? json
        2. +allergensFromJson(
          1. List? json
          ) @@ -96,7 +90,6 @@

          Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensToJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensToJson.html index 883fae2ab3..5ca51724d0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensToJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/allergensToJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        allergensToJson static method
        - -List<String>? +List<String>? allergensToJson(
        1. Allergens? allergens
        ) @@ -93,7 +87,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/ids.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/ids.html index f35ef8725b..0b5300cd66 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/ids.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/ids.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ids property
        +
        - List<String> + List<String> ids
        getter/setter pair
        @@ -79,8 +75,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/names.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/names.html index c1484083d7..07a51078e7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/names.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/Allergens/names.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        names property
        +
        - List<String> + List<String> names
        getter/setter pair
        @@ -79,8 +75,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag-enum-sidebar.html index 7d0272843c..8dc17109e4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag-enum-sidebar.html @@ -1,7 +1,5 @@
          -
        1. Constructors
        2. -
        3. AllergensTag
        4. Values
        5. GLUTEN
        6. @@ -23,23 +21,51 @@
        7. Properties
        8. -
        9. hashCode
        10. -
        11. index
        12. -
        13. offTag
        14. -
        15. runtimeType
        16. + +
        17. + hashCode +
        18. + +
        19. + index +
        20. + +
        21. + name + (ext) +
        22. + +
        23. + offTag +
        24. + +
        25. + runtimeType +
        26. Methods
        27. -
        28. noSuchMethod
        29. -
        30. toString
        31. + +
        32. + noSuchMethod +
        33. + +
        34. + toString +
        35. Operators
        36. -
        37. operator ==
        38. + +
        39. + operator == +
        40. -
        41. Constants
        42. -
        43. values
        44. +
        45. Constants
        46. +
        47. values
        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag.html index a32595ae6c..711af690af 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Inheritance
        @@ -92,29 +87,18 @@

        +
        Available extensions
        +
        + - -
        -

        Constructors

        - -
        -
        - AllergensTag({required String offTag}) -
        -
        - -
        const
        -
        -
        -
        -

        Values

        -
        GLUTEN @@ -336,8 +320,8 @@

        Values

        Properties

        - hashCode - int + hashCode + int
        @@ -348,8 +332,8 @@

        Properties

        - index - int + index + int
        @@ -357,11 +341,27 @@

        Properties

        A numeric identifier for the enumerated value.
        no setterinherited
        + + +
        + name + String + + +
        +
        +

        + Available on Enum, + provided by the EnumName extension +

        + The name of the enum value. +
        no setter
        +
        offTag - String + String
        @@ -372,8 +372,8 @@

        Properties

        - runtimeType - Type + runtimeType + Type
        @@ -385,6 +385,7 @@

        Properties

        +
        Properties

        Methods

        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -405,8 +406,8 @@

        Methods

        - toString() - String + toString() + String @@ -426,8 +427,8 @@

        Methods

        Operators

        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -446,11 +447,10 @@

        Operators

        Constants

        -
        values - → const List<AllergensTag> + → const List<AllergensTag>
        @@ -463,7 +463,6 @@

        Constants

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/AllergensTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/AllergensTag.html deleted file mode 100644 index fde8410dec..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/AllergensTag.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - AllergensTag constructor - AllergensTag - allergens library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        AllergensTag
        - -
        - -
        -
        -
        - -
        -
        -

        AllergensTag constructor -

        - -
        - const - AllergensTag({
        1. required String offTag,
        2. -
        }) -
        - - - - - -
        -

        Implementation

        -
        const AllergensTag({
        -  required this.offTag,
        -});
        -
        - - -
        - - - - - -
        - -
        - - openfoodfacts - 3.18.1 - - - -
        - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/offTag.html index 339309c9f4..be3bd4b1c7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/offTag.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        offTag property
        +
          -
        1. @override
        2. +
        3. @override
        - String + String offTag
        final
        @@ -85,8 +81,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/values-constant.html index d8b5c1361c..4cd56eb517 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/AllergensTag/values-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        values constant
        +
        - List<AllergensTag> + List<AllergensTag> const values @@ -75,8 +71,8 @@

        values constant + - - -

        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens-library.html index 60b0c22558..23dddfdcbd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_allergens-library.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -

        Classes

        -
        Allergens @@ -86,7 +80,6 @@

        Classes

        Enums

        -
        AllergensTag @@ -106,9 +99,7 @@

        Enums

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class-sidebar.html index 921d77a727..2358dbaf38 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class-sidebar.html @@ -1,73 +1,133 @@
          -
        1. Constructors
        2. -
        3. Attribute
        4. -
        5. fromJson
        6. +
        7. Constructors
        8. +
        9. Attribute
        10. +
        11. fromJson
        12. Properties
        13. -
        14. defaultF
        15. -
        16. description
        17. -
        18. descriptionShort
        19. -
        20. hashCode
        21. -
        22. iconUrl
        23. -
        24. id
        25. -
        26. match
        27. -
        28. name
        29. -
        30. panelId
        31. -
        32. runtimeType
        33. -
        34. settingName
        35. -
        36. settingNote
        37. -
        38. status
        39. -
        40. title
        41. + +
        42. + defaultF +
        43. + +
        44. + description +
        45. + +
        46. + descriptionShort +
        47. + +
        48. + hashCode +
        49. + +
        50. + iconUrl +
        51. + +
        52. + id +
        53. + +
        54. + match +
        55. + +
        56. + name +
        57. + +
        58. + panelId +
        59. + +
        60. + runtimeType +
        61. + +
        62. + settingName +
        63. + +
        64. + settingNote +
        65. + +
        66. + status +
        67. + +
        68. + title +
        69. Methods
        70. -
        71. noSuchMethod
        72. -
        73. toData
        74. -
        75. toJson
        76. -
        77. toString
        78. -
        79. toValueString
        80. + +
        81. + noSuchMethod +
        82. + +
        83. + toData +
        84. + +
        85. + toJson +
        86. + +
        87. + toString +
        88. + +
        89. + toValueString +
        90. Operators
        91. -
        92. operator ==
        93. + +
        94. + operator == +
        95. -
        96. Constants
        97. -
        98. ATTRIBUTE_ADDITIVES
        99. -
        100. ATTRIBUTE_ALLERGENS_NO_CELERY
        101. -
        102. ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS
        103. -
        104. ATTRIBUTE_ALLERGENS_NO_EGGS
        105. -
        106. ATTRIBUTE_ALLERGENS_NO_FISH
        107. -
        108. ATTRIBUTE_ALLERGENS_NO_GLUTEN
        109. -
        110. ATTRIBUTE_ALLERGENS_NO_LUPIN
        111. -
        112. ATTRIBUTE_ALLERGENS_NO_MILK
        113. -
        114. ATTRIBUTE_ALLERGENS_NO_MOLLUSCS
        115. -
        116. ATTRIBUTE_ALLERGENS_NO_MUSTARD
        117. -
        118. ATTRIBUTE_ALLERGENS_NO_NUTS
        119. -
        120. ATTRIBUTE_ALLERGENS_NO_PEANUTS
        121. -
        122. ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS
        123. -
        124. ATTRIBUTE_ALLERGENS_NO_SOYBEANS
        125. -
        126. ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES
        127. -
        128. ATTRIBUTE_ECOSCORE
        129. -
        130. ATTRIBUTE_FOREST_FOOTPRINT
        131. -
        132. ATTRIBUTE_LABELS_FAIR_TRADE
        133. -
        134. ATTRIBUTE_LABELS_ORGANIC
        135. -
        136. ATTRIBUTE_LOW_FAT
        137. -
        138. ATTRIBUTE_LOW_SALT
        139. -
        140. ATTRIBUTE_LOW_SATURATED_FAT
        141. -
        142. ATTRIBUTE_LOW_SUGARS
        143. -
        144. ATTRIBUTE_NOVA
        145. -
        146. ATTRIBUTE_NUTRISCORE
        147. -
        148. ATTRIBUTE_PALM_OIL_FREE
        149. -
        150. ATTRIBUTE_VEGAN
        151. -
        152. ATTRIBUTE_VEGETARIAN
        153. -
        154. STATUS_KNOWN
        155. -
        156. STATUS_UNKNOWN
        157. +
        158. Constants
        159. +
        160. ATTRIBUTE_ADDITIVES
        161. +
        162. ATTRIBUTE_ALLERGENS_NO_CELERY
        163. +
        164. ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS
        165. +
        166. ATTRIBUTE_ALLERGENS_NO_EGGS
        167. +
        168. ATTRIBUTE_ALLERGENS_NO_FISH
        169. +
        170. ATTRIBUTE_ALLERGENS_NO_GLUTEN
        171. +
        172. ATTRIBUTE_ALLERGENS_NO_LUPIN
        173. +
        174. ATTRIBUTE_ALLERGENS_NO_MILK
        175. +
        176. ATTRIBUTE_ALLERGENS_NO_MOLLUSCS
        177. +
        178. ATTRIBUTE_ALLERGENS_NO_MUSTARD
        179. +
        180. ATTRIBUTE_ALLERGENS_NO_NUTS
        181. +
        182. ATTRIBUTE_ALLERGENS_NO_PEANUTS
        183. +
        184. ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS
        185. +
        186. ATTRIBUTE_ALLERGENS_NO_SOYBEANS
        187. +
        188. ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES
        189. +
        190. ATTRIBUTE_ECOSCORE
        191. +
        192. ATTRIBUTE_FOREST_FOOTPRINT
        193. +
        194. ATTRIBUTE_LABELS_FAIR_TRADE
        195. +
        196. ATTRIBUTE_LABELS_ORGANIC
        197. +
        198. ATTRIBUTE_LOW_FAT
        199. +
        200. ATTRIBUTE_LOW_SALT
        201. +
        202. ATTRIBUTE_LOW_SATURATED_FAT
        203. +
        204. ATTRIBUTE_LOW_SUGARS
        205. +
        206. ATTRIBUTE_NOVA
        207. +
        208. ATTRIBUTE_NUTRISCORE
        209. +
        210. ATTRIBUTE_PALM_OIL_FREE
        211. +
        212. ATTRIBUTE_VEGAN
        213. +
        214. ATTRIBUTE_VEGETARIAN
        215. +
        216. STATUS_KNOWN
        217. +
        218. STATUS_UNKNOWN
        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class.html index be7b88641e..16224fefa4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute-class.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Attribute class
        Inheritance
        @@ -79,7 +74,7 @@

        Attribute class - + @@ -89,10 +84,9 @@

        Attribute class

        Constructors

        -
        - Attribute({String? id, String? name, String? title, String? iconUrl, String? defaultF, String? settingNote, String? settingName, String? description, String? descriptionShort, double? match, String? status, String? panelId}) + Attribute({String? id, String? name, String? title, String? iconUrl, String? defaultF, String? settingNote, String? settingName, String? description, String? descriptionShort, double? match, String? status, String? panelId})
        @@ -114,7 +108,7 @@

        Properties

        defaultF - String? + String?
        @@ -126,7 +120,7 @@

        Properties

        description - String? + String?
        @@ -138,7 +132,7 @@

        Properties

        descriptionShort - String? + String?
        @@ -149,8 +143,8 @@

        Properties

        - hashCode - int + hashCode + int
        @@ -162,7 +156,7 @@

        Properties

        iconUrl - String? + String?
        @@ -174,7 +168,7 @@

        Properties

        id - String? + String?
        @@ -186,7 +180,7 @@

        Properties

        match - double? + double?
        @@ -198,7 +192,7 @@

        Properties

        name - String? + String?
        @@ -210,7 +204,7 @@

        Properties

        panelId - String? + String?
        @@ -221,8 +215,8 @@

        Properties

        - runtimeType - Type + runtimeType + Type
        @@ -234,7 +228,7 @@

        Properties

        settingName - String? + String?
        @@ -246,7 +240,7 @@

        Properties

        settingNote - String? + String?
        @@ -258,7 +252,7 @@

        Properties

        status - String? + String?
        @@ -270,7 +264,7 @@

        Properties

        title - String? + String?
        @@ -282,6 +276,7 @@

        Properties

        +
        Properties

        Methods

        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -303,7 +298,7 @@

        Methods

        toData() - Map<String, String> + Map<String, String> @@ -316,7 +311,7 @@

        Methods

        toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -329,7 +324,7 @@

        Methods

        toString() - String + String @@ -342,7 +337,7 @@

        Methods

        toValueString() - String + String @@ -363,8 +358,8 @@

        Methods

        Operators

        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -383,11 +378,10 @@

        Operators

        Constants

        -
        ATTRIBUTE_ADDITIVES - → const String + → const String
        @@ -399,7 +393,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_CELERY - → const String + → const String
        @@ -411,7 +405,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS - → const String + → const String
        @@ -423,7 +417,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_EGGS - → const String + → const String
        @@ -435,7 +429,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_FISH - → const String + → const String
        @@ -447,7 +441,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_GLUTEN - → const String + → const String
        @@ -459,7 +453,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_LUPIN - → const String + → const String
        @@ -471,7 +465,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_MILK - → const String + → const String
        @@ -483,7 +477,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_MOLLUSCS - → const String + → const String
        @@ -495,7 +489,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_MUSTARD - → const String + → const String
        @@ -507,7 +501,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_NUTS - → const String + → const String
        @@ -519,7 +513,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_PEANUTS - → const String + → const String
        @@ -531,7 +525,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS - → const String + → const String
        @@ -543,7 +537,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_SOYBEANS - → const String + → const String
        @@ -555,7 +549,7 @@

        Constants

        ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES - → const String + → const String
        @@ -567,7 +561,7 @@

        Constants

        ATTRIBUTE_ECOSCORE - → const String + → const String
        @@ -579,7 +573,7 @@

        Constants

        ATTRIBUTE_FOREST_FOOTPRINT - → const String + → const String
        @@ -591,7 +585,7 @@

        Constants

        ATTRIBUTE_LABELS_FAIR_TRADE - → const String + → const String
        @@ -603,7 +597,7 @@

        Constants

        ATTRIBUTE_LABELS_ORGANIC - → const String + → const String
        @@ -615,7 +609,7 @@

        Constants

        ATTRIBUTE_LOW_FAT - → const String + → const String
        @@ -627,7 +621,7 @@

        Constants

        ATTRIBUTE_LOW_SALT - → const String + → const String
        @@ -639,7 +633,7 @@

        Constants

        ATTRIBUTE_LOW_SATURATED_FAT - → const String + → const String
        @@ -651,7 +645,7 @@

        Constants

        ATTRIBUTE_LOW_SUGARS - → const String + → const String
        @@ -663,7 +657,7 @@

        Constants

        ATTRIBUTE_NOVA - → const String + → const String
        @@ -675,7 +669,7 @@

        Constants

        ATTRIBUTE_NUTRISCORE - → const String + → const String
        @@ -687,7 +681,7 @@

        Constants

        ATTRIBUTE_PALM_OIL_FREE - → const String + → const String
        @@ -699,7 +693,7 @@

        Constants

        ATTRIBUTE_VEGAN - → const String + → const String
        @@ -711,7 +705,7 @@

        Constants

        ATTRIBUTE_VEGETARIAN - → const String + → const String
        @@ -723,7 +717,7 @@

        Constants

        STATUS_KNOWN - → const String + → const String
        @@ -735,7 +729,7 @@

        Constants

        STATUS_UNKNOWN - → const String + → const String
        @@ -747,9 +741,7 @@

        Constants

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ADDITIVES-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ADDITIVES-constant.html index 8d1b6c6333..49d82f89e8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ADDITIVES-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ADDITIVES-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ADDITIVES constant
        +
        - String + String const ATTRIBUTE_ADDITIVES @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CELERY-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CELERY-constant.html index b7d5b6e7c3..78d51c95ec 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CELERY-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CELERY-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_CELERY constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_CELERY @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS-constant.html index 8e99f23049..d24e7590e6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_CRUSTACEANS @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_EGGS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_EGGS-constant.html index 0fe4fc75af..a769cb8197 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_EGGS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_EGGS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_EGGS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_EGGS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_FISH-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_FISH-constant.html index 5bc274d179..8b95aa68ce 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_FISH-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_FISH-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_FISH constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_FISH @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_GLUTEN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_GLUTEN-constant.html index f5641b6f0a..f914a7c60f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_GLUTEN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_GLUTEN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_GLUTEN constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_GLUTEN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_LUPIN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_LUPIN-constant.html index 8e9ff8d4cc..037dff7906 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_LUPIN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_LUPIN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_LUPIN constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_LUPIN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MILK-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MILK-constant.html index 5df8216441..971193dfc4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MILK-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MILK-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_MILK constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_MILK @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MOLLUSCS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MOLLUSCS-constant.html index b1ace88ac4..6f2a80d54d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MOLLUSCS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MOLLUSCS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_MOLLUSCS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_MOLLUSCS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MUSTARD-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MUSTARD-constant.html index c9cfd7bd69..b253efb920 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MUSTARD-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_MUSTARD-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_MUSTARD constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_MUSTARD @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_NUTS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_NUTS-constant.html index 7df06421d0..ae18de7923 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_NUTS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_NUTS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_NUTS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_NUTS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_PEANUTS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_PEANUTS-constant.html index bd9c33a409..398e0f3b20 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_PEANUTS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_PEANUTS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_PEANUTS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_PEANUTS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS-constant.html index 8a53b57500..0474bbe743 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_SESAME_SEEDS @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SOYBEANS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SOYBEANS-constant.html index 8b2ef27f03..0d190d218c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SOYBEANS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SOYBEANS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_SOYBEANS constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_SOYBEANS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES-constant.html index 1c22f1b049..bb534a8504 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES constant
        +
        - String + String const ATTRIBUTE_ALLERGENS_NO_SULPHUR_DIOXIDE_AND_SULPHITES @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ECOSCORE-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ECOSCORE-constant.html index 54e4eb8327..c83a56f325 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ECOSCORE-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_ECOSCORE-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_ECOSCORE constant
        +
        - String + String const ATTRIBUTE_ECOSCORE @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_FOREST_FOOTPRINT-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_FOREST_FOOTPRINT-constant.html index 1ed8c557e7..4735c08e9f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_FOREST_FOOTPRINT-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_FOREST_FOOTPRINT-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_FOREST_FOOTPRINT constant
        +
        - String + String const ATTRIBUTE_FOREST_FOOTPRINT @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_FAIR_TRADE-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_FAIR_TRADE-constant.html index 6a2e54a3b3..1f6f3f37c7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_FAIR_TRADE-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_FAIR_TRADE-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LABELS_FAIR_TRADE constant
        +
        - String + String const ATTRIBUTE_LABELS_FAIR_TRADE @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_ORGANIC-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_ORGANIC-constant.html index f9157aedb6..d3628a29f5 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_ORGANIC-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LABELS_ORGANIC-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LABELS_ORGANIC constant
        +
        - String + String const ATTRIBUTE_LABELS_ORGANIC @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_FAT-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_FAT-constant.html index c91a980407..440bb957bc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_FAT-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_FAT-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LOW_FAT constant
        +
        - String + String const ATTRIBUTE_LOW_FAT @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SALT-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SALT-constant.html index b0aeef01bb..53d2d4af31 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SALT-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SALT-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LOW_SALT constant
        +
        - String + String const ATTRIBUTE_LOW_SALT @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SATURATED_FAT-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SATURATED_FAT-constant.html index 9be7b3d91a..32163ebc53 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SATURATED_FAT-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SATURATED_FAT-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LOW_SATURATED_FAT constant
        +
        - String + String const ATTRIBUTE_LOW_SATURATED_FAT @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SUGARS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SUGARS-constant.html index f6a9886a31..77c3783e1f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SUGARS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_LOW_SUGARS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_LOW_SUGARS constant
        +
        - String + String const ATTRIBUTE_LOW_SUGARS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NOVA-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NOVA-constant.html index ad65436291..ba9aff45ab 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NOVA-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NOVA-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_NOVA constant
        +
        - String + String const ATTRIBUTE_NOVA @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NUTRISCORE-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NUTRISCORE-constant.html index a104e991eb..ac417ac88a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NUTRISCORE-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_NUTRISCORE-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_NUTRISCORE constant
        +
        - String + String const ATTRIBUTE_NUTRISCORE @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_PALM_OIL_FREE-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_PALM_OIL_FREE-constant.html index 1517b4c237..4921858b2b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_PALM_OIL_FREE-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_PALM_OIL_FREE-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_PALM_OIL_FREE constant
        +
        - String + String const ATTRIBUTE_PALM_OIL_FREE @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGAN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGAN-constant.html index ad801d3242..73fc6066e5 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGAN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGAN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_VEGAN constant
        +
        - String + String const ATTRIBUTE_VEGAN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGETARIAN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGETARIAN-constant.html index 5c0c5e621f..d711179624 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGETARIAN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/ATTRIBUTE_VEGETARIAN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_VEGETARIAN constant
        +
        - String + String const ATTRIBUTE_VEGETARIAN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.fromJson.html index d0ab6d940c..af55c955d9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.fromJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Attribute.fromJson constructor Attribute.fromJson(
        1. dynamic json
        ) - @@ -90,7 +84,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.html index a6082701e6..6b20c49404 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/Attribute.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        Attribute constructor
        - Attribute({
        1. String? id,
        2. -
        3. String? name,
        4. -
        5. String? title,
        6. -
        7. String? iconUrl,
        8. -
        9. String? defaultF,
        10. -
        11. String? settingNote,
        12. -
        13. String? settingName,
        14. -
        15. String? description,
        16. -
        17. String? descriptionShort,
        18. -
        19. double? match,
        20. -
        21. String? status,
        22. -
        23. String? panelId,
        24. + Attribute({
          1. String? id,
          2. +
          3. String? name,
          4. +
          5. String? title,
          6. +
          7. String? iconUrl,
          8. +
          9. String? defaultF,
          10. +
          11. String? settingNote,
          12. +
          13. String? settingName,
          14. +
          15. String? description,
          16. +
          17. String? descriptionShort,
          18. +
          19. double? match,
          20. +
          21. String? status,
          22. +
          23. String? panelId,
          })
        - @@ -101,7 +95,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_KNOWN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_KNOWN-constant.html index 33b42dba15..7054033cea 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_KNOWN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_KNOWN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        STATUS_KNOWN constant
        +
        - String + String const STATUS_KNOWN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_UNKNOWN-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_UNKNOWN-constant.html index 3587ee5f63..94ef2d0003 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_UNKNOWN-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/STATUS_UNKNOWN-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        STATUS_UNKNOWN constant
        +
        - String + String const STATUS_UNKNOWN @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/defaultF.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/defaultF.html index 24462b70fb..3123257983 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/defaultF.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/defaultF.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        defaultF property
        +
        - String? + String? defaultF
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/description.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/description.html index d064050d94..a06bb7801d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/description.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/description.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        description property
        +
        - String? + String? description
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/descriptionShort.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/descriptionShort.html index 02006cb91f..3e4bc359b6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/descriptionShort.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/descriptionShort.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        descriptionShort property
        +
        - String? + String? descriptionShort
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/iconUrl.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/iconUrl.html index 5d6f370a9e..22b37b106d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/iconUrl.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/iconUrl.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        iconUrl property
        +
        - String? + String? iconUrl
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/id.html index 6cfe59cd75..e48efa33eb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/id.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        id property
        +
        - String? + String? id
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/match.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/match.html index 13083853ca..5348e4fae2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/match.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/match.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        match property
        +
        - double? + double? match
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/name.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/name.html index 967c360bef..7382d3878c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/name.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/name.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        name property
        +
        - String? + String? name
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/panelId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/panelId.html index 0d855a16eb..ec369322d9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/panelId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/panelId.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        panelId property
        +
        - String? + String? panelId
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingName.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingName.html index 481ba16111..e0530258d3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingName.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingName.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        settingName property
        +
        - String? + String? settingName
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingNote.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingNote.html index c401ba8088..e041e761ea 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingNote.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/settingNote.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        settingNote property
        +
        - String? + String? settingNote
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/status.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/status.html index fb7ee60108..4983505c3e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/status.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/status.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        status property
        +
        - String? + String? status
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/title.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/title.html index 326e95e22c..ec74c9af13 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/title.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/title.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        title property
        +
        - String? + String? title
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toJson.html index 006dd38345..37396c5411 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        toJson method
          -
        1. @override
        2. +
        3. @override
        - -Map<String, dynamic> +Map<String, dynamic> toJson()
        override
        @@ -99,7 +93,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toString.html index a9f7ffb70a..dd6c2d8de1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/Attribute/toString.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        toString method
          -
        1. @override
        2. +
        3. @override
        - -String +String toString()
        override
        @@ -78,7 +72,7 @@

        toString method

        A string representation of this object.

        Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

        Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute-library.html index 6b32f9b2e1..7bce2f4b77 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute-library.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -

        Classes

        -
        Attribute @@ -92,9 +86,7 @@

        Classes

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class-sidebar.html index d7f235b5d6..0f1e8a0231 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class-sidebar.html @@ -1,41 +1,77 @@
          -
        1. Constructors
        2. -
        3. AttributeGroup
        4. -
        5. fromJson
        6. +
        7. Constructors
        8. +
        9. AttributeGroup
        10. +
        11. fromJson
        12. Properties
        13. -
        14. attributes
        15. -
        16. hashCode
        17. -
        18. id
        19. -
        20. name
        21. -
        22. runtimeType
        23. -
        24. warning
        25. + +
        26. + attributes +
        27. + +
        28. + hashCode +
        29. + +
        30. + id +
        31. + +
        32. + name +
        33. + +
        34. + runtimeType +
        35. + +
        36. + warning +
        37. Methods
        38. -
        39. noSuchMethod
        40. -
        41. toData
        42. -
        43. toJson
        44. -
        45. toString
        46. -
        47. toValueString
        48. + +
        49. + noSuchMethod +
        50. + +
        51. + toData +
        52. + +
        53. + toJson +
        54. + +
        55. + toString +
        56. + +
        57. + toValueString +
        58. Operators
        59. -
        60. operator ==
        61. + +
        62. + operator == +
        63. -
        64. Constants
        65. -
        66. ATTRIBUTE_GROUP_ALLERGENS
        67. -
        68. ATTRIBUTE_GROUP_ENVIRONMENT
        69. -
        70. ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS
        71. -
        72. ATTRIBUTE_GROUP_LABELS
        73. -
        74. ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY
        75. -
        76. ATTRIBUTE_GROUP_PROCESSING
        77. +
        78. Constants
        79. +
        80. ATTRIBUTE_GROUP_ALLERGENS
        81. +
        82. ATTRIBUTE_GROUP_ENVIRONMENT
        83. +
        84. ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS
        85. +
        86. ATTRIBUTE_GROUP_LABELS
        87. +
        88. ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY
        89. +
        90. ATTRIBUTE_GROUP_PROCESSING
        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class.html index 5fe3ee5d3f..540bbd29fb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup-class.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        AttributeGroup class
        Inheritance
        @@ -79,7 +74,7 @@

        AttributeGroup class - + @@ -89,10 +84,9 @@

        AttributeGroup class

        Constructors

        -
        - AttributeGroup({String? id, String? name, String? warning, List<Attribute>? attributes}) + AttributeGroup({String? id, String? name, String? warning, List<Attribute>? attributes})
        @@ -114,7 +108,7 @@

        Properties

        attributes - List<Attribute>? + List<Attribute>?
        @@ -125,8 +119,8 @@

        Properties

        - hashCode - int + hashCode + int
        @@ -138,7 +132,7 @@

        Properties

        id - String? + String?
        @@ -150,7 +144,7 @@

        Properties

        name - String? + String?
        @@ -161,8 +155,8 @@

        Properties

        - runtimeType - Type + runtimeType + Type
        @@ -174,7 +168,7 @@

        Properties

        warning - String? + String?
        @@ -186,6 +180,7 @@

        Properties

        +
        Properties

        Methods

        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -207,7 +202,7 @@

        Methods

        toData() - Map<String, String> + Map<String, String> @@ -220,7 +215,7 @@

        Methods

        toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -233,7 +228,7 @@

        Methods

        toString() - String + String @@ -246,7 +241,7 @@

        Methods

        toValueString() - String + String @@ -267,8 +262,8 @@

        Methods

        Operators

        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -287,11 +282,10 @@

        Operators

        Constants

        -
        ATTRIBUTE_GROUP_ALLERGENS - → const String + → const String
        @@ -303,7 +297,7 @@

        Constants

        ATTRIBUTE_GROUP_ENVIRONMENT - → const String + → const String
        @@ -315,7 +309,7 @@

        Constants

        ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS - → const String + → const String
        @@ -327,7 +321,7 @@

        Constants

        ATTRIBUTE_GROUP_LABELS - → const String + → const String
        @@ -339,7 +333,7 @@

        Constants

        ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY - → const String + → const String
        @@ -351,7 +345,7 @@

        Constants

        ATTRIBUTE_GROUP_PROCESSING - → const String + → const String
        @@ -363,9 +357,7 @@

        Constants

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ALLERGENS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ALLERGENS-constant.html index 38150b5d17..2ad947ec23 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ALLERGENS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ALLERGENS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_ALLERGENS constant
        +
        - String + String const ATTRIBUTE_GROUP_ALLERGENS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ENVIRONMENT-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ENVIRONMENT-constant.html index c77d682345..6bbb0b0b47 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ENVIRONMENT-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_ENVIRONMENT-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_ENVIRONMENT constant
        +
        - String + String const ATTRIBUTE_GROUP_ENVIRONMENT @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS-constant.html index 044bddde3e..69ee9ef3ba 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS constant
        +
        - String + String const ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_LABELS-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_LABELS-constant.html index 055253aca4..6fb5fd13b5 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_LABELS-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_LABELS-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_LABELS constant
        +
        - String + String const ATTRIBUTE_GROUP_LABELS @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY-constant.html index ca8a73c7b0..fa91824563 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY constant
        +
        - String + String const ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY @@ -77,8 +73,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_PROCESSING-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_PROCESSING-constant.html index 0e02fea082..2b953eb593 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_PROCESSING-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/ATTRIBUTE_GROUP_PROCESSING-constant.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        ATTRIBUTE_GROUP_PROCESSING constant
        +
        - String + String const ATTRIBUTE_GROUP_PROCESSING @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.fromJson.html index 6396a7691f..c6fb736dfe 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.fromJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        AttributeGroup.fromJson constructor AttributeGroup.fromJson(
        1. dynamic json
        ) - @@ -84,7 +78,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.html index 95eae7103d..5f975f423a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/AttributeGroup.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        AttributeGroup constructor
        - AttributeGroup({
        1. String? id,
        2. -
        3. String? name,
        4. -
        5. String? warning,
        6. -
        7. List<Attribute>? attributes,
        8. + AttributeGroup({
          1. String? id,
          2. +
          3. String? name,
          4. +
          5. String? warning,
          6. +
          7. List<Attribute>? attributes,
          })
        - @@ -85,7 +79,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/attributes.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/attributes.html index b8c92f9fab..f756ad8af4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/attributes.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/attributes.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        attributes property
        +
        - List<Attribute>? + List<Attribute>? attributes
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/id.html index 1b3213c1cc..8bc09658b7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/id.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        id property
        +
        - String? + String? id
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/name.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/name.html index af1c144d12..da42095bd3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/name.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/name.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        name property
        +
        - String? + String? name
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toJson.html index a0ba7ee903..47e2640880 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toJson.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        toJson method
          -
        1. @override
        2. +
        3. @override
        - -Map<String, dynamic> +Map<String, dynamic> toJson()
        override
        @@ -91,7 +85,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toString.html index 3c6316802c..febd892719 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/toString.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        toString method
          -
        1. @override
        2. +
        3. @override
        - -String +String toString()
        override
        @@ -78,7 +72,7 @@

        toString method

        A string representation of this object.

        Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

        Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

        Implementation

        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/warning.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/warning.html index abf0187295..f9b541523d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/warning.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/AttributeGroup/warning.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -
        warning property
        +
        - String? + String? warning
        final
        @@ -76,8 +72,8 @@

        Implementation

        + - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group-library.html index 47a7d74374..68ae4a5394 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_attribute_group-library.html @@ -16,15 +16,11 @@ - - -
        -
        menu
        -

        Classes

        -
        AttributeGroup @@ -92,9 +86,7 @@

        Classes

        -
        - - -
        -
        openfoodfacts 3.18.1 -
        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class-sidebar.html index cf86e36219..ca16c20a6b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class-sidebar.html @@ -1,29 +1,62 @@
          -
        1. Constructors
        2. -
        3. BadgeBase
        4. -
        5. fromJson
        6. +
        7. Constructors
        8. +
        9. BadgeBase
        10. +
        11. fromJson
        12. Properties
        13. -
        14. badgeName
        15. -
        16. hashCode
        17. -
        18. level
        19. -
        20. runtimeType
        21. -
        22. userId
        23. + +
        24. + badgeName +
        25. + +
        26. + hashCode +
        27. + +
        28. + level +
        29. + +
        30. + runtimeType +
        31. + +
        32. + userId +
        33. Methods
        34. -
        35. noSuchMethod
        36. -
        37. toData
        38. -
        39. toJson
        40. -
        41. toString
        42. -
        43. toValueString
        44. + +
        45. + noSuchMethod +
        46. + +
        47. + toData +
        48. + +
        49. + toJson +
        50. + +
        51. + toString +
        52. + +
        53. + toValueString +
        54. Operators
        55. -
        56. operator ==
        57. + +
        58. + operator == +
        59. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class.html index c234b2f3d8..a0a26dbdb3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase-class.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          BadgeBase class
          Inheritance
          @@ -82,7 +77,7 @@

          BadgeBase class - + @@ -92,16 +87,15 @@

          BadgeBase class

          Constructors

          -
          - BadgeBase({required String badgeName, required int level, String? userId}) + BadgeBase({required String badgeName, required int level, String? userId})
          - BadgeBase.fromJson(Map<String, dynamic> json) + BadgeBase.fromJson(Map<String, dynamic> json)
          @@ -117,7 +111,7 @@

          Properties

          badgeName - String + String
          @@ -128,8 +122,8 @@

          Properties

          - hashCode - int + hashCode + int
          @@ -141,7 +135,7 @@

          Properties

          level - int + int
          @@ -152,8 +146,8 @@

          Properties

          - runtimeType - Type + runtimeType + Type
          @@ -165,7 +159,7 @@

          Properties

          userId - String? + String?
          @@ -177,6 +171,7 @@

          Properties

          +
          Properties

          Methods

          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -198,7 +193,7 @@

          Methods

          toData() - Map<String, String> + Map<String, String> @@ -211,7 +206,7 @@

          Methods

          toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -224,7 +219,7 @@

          Methods

          toString() - String + String @@ -237,7 +232,7 @@

          Methods

          toValueString() - String + String @@ -258,8 +253,8 @@

          Methods

          Operators

          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -276,9 +271,7 @@

          Operators

          -
          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.fromJson.html index e735d8c635..b9b6e56335 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.fromJson.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          BadgeBase.fromJson constructor
          - BadgeBase.fromJson(
          1. Map<String, dynamic> json
          2. + BadgeBase.fromJson(
            1. Map<String, dynamic> json
            )
          - @@ -78,7 +72,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.html index 69c262a8f3..925afea477 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/BadgeBase.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          BadgeBase constructor
          - BadgeBase({
          1. required String badgeName,
          2. -
          3. required int level,
          4. -
          5. String? userId,
          6. + BadgeBase({
            1. required String badgeName,
            2. +
            3. required int level,
            4. +
            5. String? userId,
            })
          - @@ -83,7 +77,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/badgeName.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/badgeName.html index eb5c07c4db..90a834a6b7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/badgeName.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/badgeName.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          badgeName property
          +
          - String + String badgeName
          final
          @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/level.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/level.html index e07048c22f..530974aa3f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/level.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/level.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          level property
          +
          - int + int level
          final
          @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toJson.html index 52c3437b38..cbcda82cd1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toJson.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
          override
          @@ -86,7 +80,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toString.html index cf5814906d..cecc4eb28e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/toString.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          toString method - -String +String toString()
          override
          @@ -78,7 +72,7 @@

          toString method

          A string representation of this object.

          Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

          Other classes have no meaningful textual representation @@ -101,7 +95,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/userId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/userId.html index fcd8eebb50..c7eadd7cf4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/userId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/BadgeBase/userId.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          userId property
          +
          - String? + String? userId
          final
          @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base-library.html index 5cb87c8258..89f049d75f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_badge_base-library.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -

          Classes

          -
          BadgeBase @@ -92,9 +86,7 @@

          Classes

          -
          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class-sidebar.html index 58da010cad..de8ef67277 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class-sidebar.html @@ -1,28 +1,58 @@
            -
          1. Constructors
          2. -
          3. EcoscoreAdjustments
          4. -
          5. fromJson
          6. +
          7. Constructors
          8. +
          9. EcoscoreAdjustments
          10. +
          11. fromJson
          12. Properties
          13. -
          14. hashCode
          15. -
          16. originsOfIngredients
          17. -
          18. packaging
          19. -
          20. runtimeType
          21. + +
          22. + hashCode +
          23. + +
          24. + originsOfIngredients +
          25. + +
          26. + packaging +
          27. + +
          28. + runtimeType +
          29. Methods
          30. -
          31. noSuchMethod
          32. -
          33. toData
          34. -
          35. toJson
          36. -
          37. toString
          38. -
          39. toValueString
          40. + +
          41. + noSuchMethod +
          42. + +
          43. + toData +
          44. + +
          45. + toJson +
          46. + +
          47. + toString +
          48. + +
          49. + toValueString +
          50. Operators
          51. -
          52. operator ==
          53. + +
          54. + operator == +
          55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class.html index 925ae8ba26..d109504b04 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments-class.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EcoscoreAdjustments class
            Inheritance
            @@ -79,7 +74,7 @@

            EcoscoreAdjustments class - + @@ -89,7 +84,6 @@

            EcoscoreAdjustments class

            Constructors

            -
            EcoscoreAdjustments({Packaging? packaging, OriginsOfIngredients? originsOfIngredients}) @@ -98,7 +92,7 @@

            Constructors

            - EcoscoreAdjustments.fromJson(Map<String, dynamic> json) + EcoscoreAdjustments.fromJson(Map<String, dynamic> json)
            @@ -113,8 +107,8 @@

            Constructors

            Properties

            - hashCode - int + hashCode + int
            @@ -149,8 +143,8 @@

            Properties

            - runtimeType - Type + runtimeType + Type
            @@ -162,6 +156,7 @@

            Properties

            +
            Properties

            Methods

            - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -183,7 +178,7 @@

            Methods

            toData() - Map<String, String> + Map<String, String> @@ -196,7 +191,7 @@

            Methods

            toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -208,8 +203,8 @@

            Methods

            - toString() - String + toString() + String @@ -222,7 +217,7 @@

            Methods

            toValueString() - String + String @@ -243,8 +238,8 @@

            Methods

            Operators

            - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -261,9 +256,7 @@

            Operators

            -
            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.fromJson.html index e2a10e5077..70b101439d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.fromJson.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EcoscoreAdjustments.fromJson construct
            - EcoscoreAdjustments.fromJson(
            1. Map<String, dynamic> json
            2. + EcoscoreAdjustments.fromJson(
              1. Map<String, dynamic> json
              )
            - @@ -78,7 +72,6 @@

            Implementation

            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.html index ec364b07e9..aa410179c9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/EcoscoreAdjustments.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EcoscoreAdjustments constructor
          56. OriginsOfIngredients? originsOfIngredients,
          }) - @@ -78,7 +72,6 @@

          Implementation

          - - - -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/originsOfIngredients.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/originsOfIngredients.html index 066477f486..e62bacc2d1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/originsOfIngredients.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/originsOfIngredients.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          originsOfIngredients property
          +
          OriginsOfIngredients? @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/packaging.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/packaging.html index fa263180f6..acf5533027 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/packaging.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/packaging.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          packaging property
          +
          Packaging? @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/toJson.html index 6af8c2d4ea..dc987bd054 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/EcoscoreAdjustments/toJson.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
          override
          @@ -86,7 +80,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments-library.html index facaa4dd60..cbfc255545 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_adjustments-library.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -

          Classes

          -
          EcoscoreAdjustments @@ -92,9 +86,7 @@

          Classes

          -
          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class-sidebar.html index d61cf94273..280a04e6ff 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class-sidebar.html @@ -1,38 +1,80 @@
            -
          1. Constructors
          2. -
          3. EcoscoreData
          4. -
          5. fromJson
          6. +
          7. Constructors
          8. +
          9. EcoscoreData
          10. +
          11. fromJson
          12. Properties
          13. -
          14. adjustments
          15. -
          16. agribalyse
          17. -
          18. grade
          19. -
          20. hashCode
          21. -
          22. missingDataWarning
          23. -
          24. runtimeType
          25. -
          26. score
          27. -
          28. status
          29. + +
          30. + adjustments +
          31. + +
          32. + agribalyse +
          33. + +
          34. + grade +
          35. + +
          36. + hashCode +
          37. + +
          38. + missingDataWarning +
          39. + +
          40. + runtimeType +
          41. + +
          42. + score +
          43. + +
          44. + status +
          45. Methods
          46. -
          47. noSuchMethod
          48. -
          49. toData
          50. -
          51. toJson
          52. -
          53. toString
          54. -
          55. toValueString
          56. + +
          57. + noSuchMethod +
          58. + +
          59. + toData +
          60. + +
          61. + toJson +
          62. + +
          63. + toString +
          64. + +
          65. + toValueString +
          66. Operators
          67. -
          68. operator ==
          69. + +
          70. + operator == +
          71. -
          72. Static methods
          73. -
          74. toJsonHelper
          75. +
          76. Static methods
          77. +
          78. toJsonHelper
          diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class.html index 436ec0ddd6..7b1f01c092 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData-class.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          EcoscoreData class
          Inheritance
          @@ -79,7 +74,7 @@

          EcoscoreData class - + @@ -89,16 +84,15 @@

          EcoscoreData class

          Constructors

          -
          - EcoscoreData({String? grade, double? score, EcoscoreStatus? status, Agribalyse? agribalyse, EcoscoreAdjustments? adjustments, bool missingDataWarning = false}) + EcoscoreData({String? grade, double? score, EcoscoreStatus? status, Agribalyse? agribalyse, EcoscoreAdjustments? adjustments, bool missingDataWarning = false})
          - EcoscoreData.fromJson(Map<String, dynamic> json) + EcoscoreData.fromJson(Map<String, dynamic> json)
          @@ -138,7 +132,7 @@

          Properties

          grade - String? + String?
          @@ -149,8 +143,8 @@

          Properties

          - hashCode - int + hashCode + int
          @@ -162,7 +156,7 @@

          Properties

          missingDataWarning - bool + bool
          @@ -173,8 +167,8 @@

          Properties

          - runtimeType - Type + runtimeType + Type
          @@ -186,7 +180,7 @@

          Properties

          score - double? + double?
          @@ -210,6 +204,7 @@

          Properties

          +
          Properties

          Methods

          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -231,7 +226,7 @@

          Methods

          toData() - Map<String, String> + Map<String, String> @@ -244,7 +239,7 @@

          Methods

          toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -256,8 +251,8 @@

          Methods

          - toString() - String + toString() + String @@ -270,7 +265,7 @@

          Methods

          toValueString() - String + String @@ -291,8 +286,8 @@

          Methods

          Operators

          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -312,7 +307,7 @@

          Static Methods

          toJsonHelper(EcoscoreData? d) - Map<String, dynamic>? + Map<String, dynamic>? @@ -327,9 +322,7 @@

          Static Methods

          -
          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.fromJson.html index ed54c1d3bb..ee45bbc674 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.fromJson.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          EcoscoreData.fromJson constructor
          - EcoscoreData.fromJson(
          1. Map<String, dynamic> json
          2. + EcoscoreData.fromJson(
            1. Map<String, dynamic> json
            )
          - @@ -78,7 +72,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.html index 3ecdbedf48..ac583718da 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/EcoscoreData.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          EcoscoreData constructor
          - EcoscoreData({
          1. String? grade,
          2. -
          3. double? score,
          4. + EcoscoreData({
            1. String? grade,
            2. +
            3. double? score,
            4. EcoscoreStatus? status,
            5. Agribalyse? agribalyse,
            6. EcoscoreAdjustments? adjustments,
            7. -
            8. bool missingDataWarning = false,
            9. +
            10. bool missingDataWarning = false,
            })
          - @@ -89,7 +83,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/adjustments.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/adjustments.html index 101443659a..348628f4cf 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/adjustments.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/adjustments.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          adjustments property
          +
          EcoscoreAdjustments? @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/agribalyse.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/agribalyse.html index 99e49630a1..36c42ef085 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/agribalyse.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/agribalyse.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          agribalyse property
          +
          Agribalyse? @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/grade.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/grade.html index 5fa88bc756..b79842b675 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/grade.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/grade.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          grade property
          +
          - String? + String? grade
          getter/setter pair
          @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/missingDataWarning.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/missingDataWarning.html index 18e713fcfd..7199e6588f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/missingDataWarning.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/missingDataWarning.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          missingDataWarning property
          +
          - bool + bool missingDataWarning
          getter/setter pair
          @@ -80,8 +76,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/score.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/score.html index c468500d4c..18a2433315 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/score.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/score.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          score property
          +
          - double? + double? score
          getter/setter pair
          @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/status.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/status.html index 3dfb20b0a7..0ddaa51524 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/status.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/status.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          status property
          +
          EcoscoreStatus? @@ -77,8 +73,8 @@

          Implementation

          + - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJson.html index e5be264502..ea92b940e6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJson.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
          override
          @@ -86,7 +80,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJsonHelper.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJsonHelper.html index 91c317bb60..af51bc79da 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJsonHelper.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreData/toJsonHelper.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          toJsonHelper static method
          - -Map<String, dynamic>? +Map<String, dynamic>? toJsonHelper(
          1. EcoscoreData? d
          ) @@ -81,7 +75,6 @@

          Implementation

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus-enum-sidebar.html index b387d90486..9908b53a64 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus-enum-sidebar.html @@ -1,7 +1,5 @@
            -
          1. Constructors
          2. -
          3. EcoscoreStatus
          4. Values
          5. KNOWN
          6. @@ -11,22 +9,47 @@
          7. Properties
          8. -
          9. hashCode
          10. -
          11. index
          12. -
          13. runtimeType
          14. + +
          15. + hashCode +
          16. + +
          17. + index +
          18. + +
          19. + name + (ext) +
          20. + +
          21. + runtimeType +
          22. Methods
          23. -
          24. noSuchMethod
          25. -
          26. toString
          27. + +
          28. + noSuchMethod +
          29. + +
          30. + toString +
          31. Operators
          32. -
          33. operator ==
          34. + +
          35. + operator == +
          36. -
          37. Constants
          38. -
          39. values
          40. +
          41. Constants
          42. +
          43. values
          diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus.html index d35e9e58c9..d092057412 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          Inheritance
          @@ -83,29 +78,18 @@

          +
          Available extensions
          +
          + - -
          -

          Constructors

          - -
          -
          - EcoscoreStatus() -
          -
          - -
          const
          -
          -
          -
          -

          Values

          -
          KNOWN @@ -141,8 +125,8 @@

          Values

          Properties

          - hashCode - int + hashCode + int
          @@ -153,8 +137,8 @@

          Properties

          - index - int + index + int
          @@ -162,11 +146,27 @@

          Properties

          A numeric identifier for the enumerated value.
          no setterinherited
          + + +
          + name + String + + +
          +
          +

          + Available on Enum, + provided by the EnumName extension +

          + The name of the enum value. +
          no setter
          +
          - runtimeType - Type + runtimeType + Type
          @@ -178,6 +178,7 @@

          Properties

          +
          Properties

          Methods

          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -198,8 +199,8 @@

          Methods

          - toString() - String + toString() + String @@ -219,8 +220,8 @@

          Methods

          Operators

          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -239,11 +240,10 @@

          Operators

          Constants

          -
          values - → const List<EcoscoreStatus> + → const List<EcoscoreStatus>
          @@ -256,7 +256,6 @@

          Constants

          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/EcoscoreStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/EcoscoreStatus.html deleted file mode 100644 index 92cbe000bc..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/EcoscoreStatus.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - EcoscoreStatus constructor - EcoscoreStatus - ecoscore_data library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          EcoscoreStatus
          - -
          - -
          -
          -
          - -
          -
          -

          EcoscoreStatus constructor -

          - -
          - const - EcoscoreStatus() -
          - - - - - - - -
          - - - - - -
          - -
          - - openfoodfacts - 3.18.1 - - - -
          - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/values-constant.html index 3e79b19a37..1b3055d2ae 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/EcoscoreStatus/values-constant.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -
          values constant
          +
          - List<EcoscoreStatus> + List<EcoscoreStatus> const values @@ -75,8 +71,8 @@

          values constant + - - -

          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data-library.html index 8b1f2d7e71..31b1a27504 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ecoscore_data-library.html @@ -16,15 +16,11 @@ - - -
          -
          menu
          -

          Classes

          -
          EcoscoreData @@ -86,7 +80,6 @@

          Classes

          Enums

          -
          EcoscoreStatus @@ -106,9 +99,7 @@

          Enums

          -
          - - -
          -
          openfoodfacts 3.18.1 -
          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class-sidebar.html index 917ebf83af..cb685f8cba 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class-sidebar.html @@ -1,31 +1,70 @@
            -
          1. Constructors
          2. -
          3. EventsBase
          4. -
          5. fromJson
          6. +
          7. Constructors
          8. +
          9. EventsBase
          10. +
          11. fromJson
          12. Properties
          13. -
          14. barcode
          15. -
          16. eventType
          17. -
          18. hashCode
          19. -
          20. points
          21. -
          22. runtimeType
          23. -
          24. timestamp
          25. -
          26. userId
          27. + +
          28. + barcode +
          29. + +
          30. + eventType +
          31. + +
          32. + hashCode +
          33. + +
          34. + points +
          35. + +
          36. + runtimeType +
          37. + +
          38. + timestamp +
          39. + +
          40. + userId +
          41. Methods
          42. -
          43. noSuchMethod
          44. -
          45. toData
          46. -
          47. toJson
          48. -
          49. toString
          50. -
          51. toValueString
          52. + +
          53. + noSuchMethod +
          54. + +
          55. + toData +
          56. + +
          57. + toJson +
          58. + +
          59. + toString +
          60. + +
          61. + toValueString +
          62. Operators
          63. -
          64. operator ==
          65. + +
          66. + operator == +
          67. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class.html index f3bf82870a..82dd415067 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase-class.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EventsBase class
            Inheritance
            @@ -82,7 +77,7 @@

            EventsBase class - + @@ -92,16 +87,15 @@

            EventsBase class

            Constructors

            -
            - EventsBase({required String eventType, DateTime? timestamp, String? userId, String? barcode, int? points}) + EventsBase({required String eventType, DateTime? timestamp, String? userId, String? barcode, int? points})
            - EventsBase.fromJson(Map<String, dynamic> json) + EventsBase.fromJson(Map<String, dynamic> json)
            @@ -117,7 +111,7 @@

            Properties

            barcode - String? + String?
            @@ -129,7 +123,7 @@

            Properties

            eventType - String + String
            @@ -140,8 +134,8 @@

            Properties

            - hashCode - int + hashCode + int
            @@ -153,7 +147,7 @@

            Properties

            points - int? + int?
            @@ -164,8 +158,8 @@

            Properties

            - runtimeType - Type + runtimeType + Type
            @@ -177,7 +171,7 @@

            Properties

            timestamp - DateTime? + DateTime?
            @@ -189,7 +183,7 @@

            Properties

            userId - String? + String?
            @@ -201,6 +195,7 @@

            Properties

            +
            Properties

            Methods

            - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -222,7 +217,7 @@

            Methods

            toData() - Map<String, String> + Map<String, String> @@ -235,7 +230,7 @@

            Methods

            toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -248,7 +243,7 @@

            Methods

            toString() - String + String @@ -261,7 +256,7 @@

            Methods

            toValueString() - String + String @@ -282,8 +277,8 @@

            Methods

            Operators

            - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -300,9 +295,7 @@

            Operators

            -
            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.fromJson.html index c3eec1c808..99a97c1c6e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.fromJson.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EventsBase.fromJson constructor
            - EventsBase.fromJson(
            1. Map<String, dynamic> json
            2. + EventsBase.fromJson(
              1. Map<String, dynamic> json
              )
            - @@ -78,7 +72,6 @@

            Implementation

            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.html index fd185f1ad1..298f44bfb3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/EventsBase.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            EventsBase constructor
            - EventsBase({
            1. required String eventType,
            2. -
            3. DateTime? timestamp,
            4. -
            5. String? userId,
            6. -
            7. String? barcode,
            8. -
            9. int? points,
            10. + EventsBase({
              1. required String eventType,
              2. +
              3. DateTime? timestamp,
              4. +
              5. String? userId,
              6. +
              7. String? barcode,
              8. +
              9. int? points,
              })
            - @@ -87,7 +81,6 @@

            Implementation

            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/barcode.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/barcode.html index 2806bf05a9..d65b50b4e0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/barcode.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/barcode.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            barcode property
            +
            - String? + String? barcode
            final
            @@ -77,8 +73,8 @@

            Implementation

            + - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/eventType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/eventType.html index 63ce20ecbe..c83f461830 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/eventType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/eventType.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            eventType property
            +
            - String + String eventType
            final
            @@ -77,8 +73,8 @@

            Implementation

            + - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/points.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/points.html index b7ec12da61..0985e6f432 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/points.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/points.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            points property
            +
            - int? + int? points
            final
            @@ -77,8 +73,8 @@

            Implementation

            + - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/timestamp.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/timestamp.html index 07337defc2..4f81985f6a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/timestamp.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/timestamp.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            timestamp property
            +
            - DateTime? + DateTime? timestamp
            final
            @@ -77,8 +73,8 @@

            Implementation

            + - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toJson.html index 18a134df0b..e75f8017b7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toJson.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
            override
            @@ -86,7 +80,6 @@

            Implementation

            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toString.html index 723ab9a7e7..d63b5415cd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/toString.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            toString method - -String +String toString()
            override
            @@ -78,7 +72,7 @@

            toString method

            A string representation of this object.

            Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

            Other classes have no meaningful textual representation @@ -103,7 +97,6 @@

            Implementation

            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/userId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/userId.html index ae6d6d431c..89b0834467 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/userId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/EventsBase/userId.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -
            userId property
            +
            - String? + String? userId
            final
            @@ -77,8 +73,8 @@

            Implementation

            + - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base-library.html index 4fd0b55073..db3bb87a56 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_events_base-library.html @@ -16,15 +16,11 @@ - - -
            -
            menu
            -

            Classes

            -
            EventsBase @@ -92,9 +86,7 @@

            Classes

            -
            - - -
            -
            openfoodfacts 3.18.1 -
            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class-sidebar.html index 28425fede5..082879aabc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class-sidebar.html @@ -1,36 +1,90 @@
              -
            1. Constructors
            2. -
            3. Ingredient
            4. -
            5. fromJson
            6. +
            7. Constructors
            8. +
            9. Ingredient
            10. +
            11. fromJson
            12. Properties
            13. -
            14. bold
            15. -
            16. fromPalmOil
            17. -
            18. hashCode
            19. -
            20. id
            21. -
            22. ingredients
            23. -
            24. percent
            25. -
            26. percentEstimate
            27. -
            28. rank
            29. -
            30. runtimeType
            31. -
            32. text
            33. -
            34. vegan
            35. -
            36. vegetarian
            37. + +
            38. + bold +
            39. + +
            40. + fromPalmOil +
            41. + +
            42. + hashCode +
            43. + +
            44. + id +
            45. + +
            46. + ingredients +
            47. + +
            48. + percent +
            49. + +
            50. + percentEstimate +
            51. + +
            52. + rank +
            53. + +
            54. + runtimeType +
            55. + +
            56. + text +
            57. + +
            58. + vegan +
            59. + +
            60. + vegetarian +
            61. Methods
            62. -
            63. noSuchMethod
            64. -
            65. toData
            66. -
            67. toJson
            68. -
            69. toString
            70. -
            71. toValueString
            72. + +
            73. + noSuchMethod +
            74. + +
            75. + toData +
            76. + +
            77. + toJson +
            78. + +
            79. + toString +
            80. + +
            81. + toValueString +
            82. Operators
            83. -
            84. operator ==
            85. + +
            86. + operator == +
            87. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class.html index 1291565db1..0ce241a5c1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient-class.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Ingredient class
              Inheritance
              @@ -79,7 +74,7 @@

              Ingredient class - + @@ -89,16 +84,15 @@

              Ingredient class

              Constructors

              -
              - Ingredient({int? rank, String? id, String? text, double? percent, double? percentEstimate, IngredientSpecialPropertyStatus? vegan, IngredientSpecialPropertyStatus? vegetarian, IngredientSpecialPropertyStatus? fromPalmOil, List<Ingredient>? ingredients, bool? bold = false}) + Ingredient({int? rank, String? id, String? text, double? percent, double? percentEstimate, IngredientSpecialPropertyStatus? vegan, IngredientSpecialPropertyStatus? vegetarian, IngredientSpecialPropertyStatus? fromPalmOil, List<Ingredient>? ingredients, bool? bold = false})
              - Ingredient.fromJson(Map<String, dynamic> json) + Ingredient.fromJson(Map<String, dynamic> json)
              @@ -114,7 +108,7 @@

              Properties

              bold - bool? + bool?
              @@ -137,8 +131,8 @@

              Properties

              - hashCode - int + hashCode + int
              @@ -150,7 +144,7 @@

              Properties

              id - String? + String?
              @@ -162,7 +156,7 @@

              Properties

              ingredients - List<Ingredient>? + List<Ingredient>?
              @@ -174,7 +168,7 @@

              Properties

              percent - double? + double?
              @@ -186,7 +180,7 @@

              Properties

              percentEstimate - double? + double?
              @@ -198,7 +192,7 @@

              Properties

              rank - int? + int?
              @@ -209,8 +203,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -222,7 +216,7 @@

              Properties

              text - String? + String?
              @@ -258,6 +252,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -279,7 +274,7 @@

              Methods

              toData() - Map<String, String> + Map<String, String> @@ -292,7 +287,7 @@

              Methods

              toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -305,7 +300,7 @@

              Methods

              toString() - String + String @@ -318,7 +313,7 @@

              Methods

              toValueString() - String + String @@ -339,8 +334,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -357,9 +352,7 @@

              Operators

              -
              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.fromJson.html index 14323ca0ad..39f37e95c0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.fromJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Ingredient.fromJson constructor
              - Ingredient.fromJson(
              1. Map<String, dynamic> json
              2. + Ingredient.fromJson(
                1. Map<String, dynamic> json
                )
              - @@ -78,7 +72,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.html index e6a1eb1411..78f961d92f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/Ingredient.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Ingredient constructor
              - Ingredient({
              1. int? rank,
              2. -
              3. String? id,
              4. -
              5. String? text,
              6. -
              7. double? percent,
              8. -
              9. double? percentEstimate,
              10. + Ingredient({
                1. int? rank,
                2. +
                3. String? id,
                4. +
                5. String? text,
                6. +
                7. double? percent,
                8. +
                9. double? percentEstimate,
                10. IngredientSpecialPropertyStatus? vegan,
                11. IngredientSpecialPropertyStatus? vegetarian,
                12. IngredientSpecialPropertyStatus? fromPalmOil,
                13. -
                14. List<Ingredient>? ingredients,
                15. -
                16. bool? bold = false,
                17. +
                18. List<Ingredient>? ingredients,
                19. +
                20. bool? bold = false,
                })
              - @@ -96,7 +90,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/bold.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/bold.html index 147dd080ed..e8227a0c0b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/bold.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/bold.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              bold property
              +
              - bool? + bool? bold
              getter/setter pair
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/fromPalmOil.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/fromPalmOil.html index 801aeab989..1eca1444bb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/fromPalmOil.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/fromPalmOil.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              fromPalmOil property
              +
              IngredientSpecialPropertyStatus? @@ -81,8 +77,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/id.html index 09940f2602..8fbed6629d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/id.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              id property
              +
              - String? + String? id
              getter/setter pair
              @@ -77,8 +73,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/ingredients.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/ingredients.html index efa4000331..ea391f0f6f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/ingredients.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/ingredients.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              ingredients property
              +
              - List<Ingredient>? + List<Ingredient>? ingredients
              getter/setter pair
              @@ -80,8 +76,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percent.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percent.html index ab02731ba0..88beeff6cf 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percent.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percent.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              percent property
              +
              - double? + double? percent
              getter/setter pair
              @@ -77,8 +73,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percentEstimate.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percentEstimate.html index ad7cb3df7e..c5b07229b5 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percentEstimate.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/percentEstimate.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              percentEstimate property
              +
              - double? + double? percentEstimate
              getter/setter pair
              @@ -80,8 +76,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/rank.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/rank.html index 99e8e4a75a..08a9c2024b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/rank.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/rank.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              rank property
              +
              - int? + int? rank
              getter/setter pair
              @@ -77,8 +73,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/text.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/text.html index 656261762d..ce7f111be9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/text.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/text.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              text property
              +
              - String? + String? text
              getter/setter pair
              @@ -77,8 +73,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toJson.html index e646aca5f2..d033937dec 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
              override
              @@ -86,7 +80,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toString.html index fa6f9cc94a..3b960c089b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/toString.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              toString method - -String +String toString()
              override
              @@ -78,7 +72,7 @@

              toString method

              A string representation of this object.

              Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

              Other classes have no meaningful textual representation @@ -109,7 +103,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegan.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegan.html index 1b74f9a8d4..1eaf69a51d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegan.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegan.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              vegan property
              +
              IngredientSpecialPropertyStatus? @@ -80,8 +76,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegetarian.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegetarian.html index dbdc2fbd68..9a0fa59ba4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegetarian.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/Ingredient/vegetarian.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              vegetarian property
              +
              IngredientSpecialPropertyStatus? @@ -80,8 +76,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus-enum-sidebar.html index be616ce4b3..e740e1e502 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. IngredientSpecialPropertyStatus
              4. Values
              5. POSITIVE
              6. @@ -13,22 +11,47 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. runtimeType
              14. + +
              15. + hashCode +
              16. + +
              17. + index +
              18. + +
              19. + name + (ext) +
              20. + +
              21. + runtimeType +
              22. Methods
              23. -
              24. noSuchMethod
              25. -
              26. toString
              27. + +
              28. + noSuchMethod +
              29. + +
              30. + toString +
              31. Operators
              32. -
              33. operator ==
              34. + +
              35. + operator == +
              36. -
              37. Constants
              38. -
              39. values
              40. +
              41. Constants
              42. +
              43. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus.html index 81e62f104b..f2deb24768 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -83,29 +78,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - IngredientSpecialPropertyStatus() -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              POSITIVE @@ -165,8 +149,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -177,8 +161,8 @@

              Properties

              - index - int + index + int
              @@ -186,11 +170,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              - runtimeType - Type + runtimeType + Type
              @@ -202,6 +202,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -222,8 +223,8 @@

              Methods

              - toString() - String + toString() + String @@ -243,8 +244,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -263,11 +264,10 @@

              Operators

              Constants

              -
              values - → const List<IngredientSpecialPropertyStatus> + → const List<IngredientSpecialPropertyStatus>
              @@ -280,7 +280,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/IngredientSpecialPropertyStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/IngredientSpecialPropertyStatus.html deleted file mode 100644 index 9e4660f1c2..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/IngredientSpecialPropertyStatus.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - IngredientSpecialPropertyStatus constructor - IngredientSpecialPropertyStatus - ingredient library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              IngredientSpecialPropertyStatus
              - -
              - -
              -
              -
              - -
              -
              -

              IngredientSpecialPropertyStatus constructor -

              - -
              - const - IngredientSpecialPropertyStatus() -
              - - - - - - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/values-constant.html index 6854d74d66..6d6976b236 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/IngredientSpecialPropertyStatus/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<IngredientSpecialPropertyStatus> + List<IngredientSpecialPropertyStatus> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient-library.html index 6318984dbf..2b64c9e637 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient-library.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -

              Classes

              -
              Ingredient @@ -86,7 +80,6 @@

              Classes

              Enums

              -
              IngredientSpecialPropertyStatus @@ -106,7 +99,6 @@

              Enums

              Functions

              -
              ingredientSpecialPropertyStatusFromJson(dynamic json) @@ -123,7 +115,7 @@

              Functions

              ingredientSpecialPropertyStatusToJson(IngredientSpecialPropertyStatus? status) - String? + String? @@ -138,9 +130,7 @@

              Functions

              -
              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusFromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusFromJson.html index 6c9eb0186e..ea8e06bebd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusFromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusFromJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              ingredientSpecialPropertyStatusFromJson f
              - IngredientSpecialPropertyStatus? ingredientSpecialPropertyStatusFromJson(
              1. dynamic json
              ) @@ -93,7 +87,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusToJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusToJson.html index 52f52c933f..f2601ee223 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusToJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredient/ingredientSpecialPropertyStatusToJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              ingredientSpecialPropertyStatusToJson fun
              - -String? +String? ingredientSpecialPropertyStatusToJson(
              1. IngredientSpecialPropertyStatus? status
              ) @@ -91,7 +85,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class-sidebar.html index 6c0e635c9b..337ac4d62c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class-sidebar.html @@ -1,32 +1,56 @@
                -
              1. Constructors
              2. -
              3. IngredientsAnalysisTags
              4. +
              5. Constructors
              6. +
              7. IngredientsAnalysisTags
              8. Properties
              9. -
              10. hashCode
              11. -
              12. palmOilFreeStatus
              13. -
              14. runtimeType
              15. -
              16. veganStatus
              17. -
              18. vegetarianStatus
              19. + +
              20. + hashCode +
              21. + +
              22. + palmOilFreeStatus +
              23. + +
              24. + runtimeType +
              25. + +
              26. + veganStatus +
              27. + +
              28. + vegetarianStatus +
              29. Methods
              30. -
              31. noSuchMethod
              32. -
              33. toString
              34. + +
              35. + noSuchMethod +
              36. + +
              37. + toString +
              38. Operators
              39. -
              40. operator ==
              41. + +
              42. + operator == +
              43. -
              44. Static methods
              45. -
              46. fromJson
              47. -
              48. toJson
              49. +
              50. Static methods
              51. +
              52. fromJson
              53. +
              54. toJson
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class.html index 052b8cf310..12c5d62bc6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags-class.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              IngredientsAnalysisTags class

              Constructors

              -
              - IngredientsAnalysisTags(List data) + IngredientsAnalysisTags(List data)
              @@ -84,8 +78,8 @@

              Constructors

              Properties

              - hashCode - int + hashCode + int
              @@ -108,8 +102,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -145,6 +139,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -165,8 +160,8 @@

              Methods

              - toString() - String + toString() + String @@ -186,8 +181,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -206,7 +201,7 @@

              Operators

              Static Methods

              - fromJson(List? data) + fromJson(List? data) IngredientsAnalysisTags? @@ -220,7 +215,7 @@

              Static Methods

              toJson(IngredientsAnalysisTags? ingredientsAnalysisTags) - List<String> + List<String> @@ -235,9 +230,7 @@

              Static Methods

              -
              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/IngredientsAnalysisTags.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/IngredientsAnalysisTags.html index 4769d3897c..f7a22dedbb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/IngredientsAnalysisTags.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/IngredientsAnalysisTags.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              IngredientsAnalysisTags constructor
              - IngredientsAnalysisTags(
              1. List data
              2. + IngredientsAnalysisTags(
                1. List data
                )
              - @@ -81,7 +75,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/fromJson.html index b34138760d..8c3f71aeb8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/fromJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              fromJson static method
              - IngredientsAnalysisTags? -fromJson(
              1. List? data
              2. +fromJson(
                1. List? data
                ) @@ -83,7 +77,6 @@

                Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/palmOilFreeStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/palmOilFreeStatus.html index 36c5498d46..af1d4aa9af 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/palmOilFreeStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/palmOilFreeStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              palmOilFreeStatus property
              +
              PalmOilFreeStatus? @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/toJson.html index 4373dcc26b..222be4e7fd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/toJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              toJson static method
              - -List<String> +List<String> toJson(
              1. IngredientsAnalysisTags? ingredientsAnalysisTags
              ) @@ -99,7 +93,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/veganStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/veganStatus.html index 08c67b00a4..d4e51c2335 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/veganStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/veganStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              veganStatus property
              +
              VeganStatus? @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/vegetarianStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/vegetarianStatus.html index 00077163d6..3c683e2c1e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/vegetarianStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/IngredientsAnalysisTags/vegetarianStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              vegetarianStatus property
              +
              VegetarianStatus? @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus-enum-sidebar.html index 27133e5299..05e386aaea 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. PalmOilFreeStatus
              4. Values
              5. PALM_OIL_FREE
              6. @@ -13,23 +11,51 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. offTag
              14. -
              15. runtimeType
              16. + +
              17. + hashCode +
              18. + +
              19. + index +
              20. + +
              21. + name + (ext) +
              22. + +
              23. + offTag +
              24. + +
              25. + runtimeType +
              26. Methods
              27. -
              28. noSuchMethod
              29. -
              30. toString
              31. + +
              32. + noSuchMethod +
              33. + +
              34. + toString +
              35. Operators
              36. -
              37. operator ==
              38. + +
              39. + operator == +
              40. -
              41. Constants
              42. -
              43. values
              44. +
              45. Constants
              46. +
              47. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus.html index 8d488a1e84..1d1deffeb1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -89,29 +84,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - PalmOilFreeStatus({required String offTag}) -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              PALM_OIL_FREE @@ -183,8 +167,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -195,8 +179,8 @@

              Properties

              - index - int + index + int
              @@ -204,11 +188,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              offTag - String + String
              @@ -219,8 +219,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -232,6 +232,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -252,8 +253,8 @@

              Methods

              - toString() - String + toString() + String @@ -273,8 +274,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -293,11 +294,10 @@

              Operators

              Constants

              -
              values - → const List<PalmOilFreeStatus> + → const List<PalmOilFreeStatus>
              @@ -310,7 +310,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/PalmOilFreeStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/PalmOilFreeStatus.html deleted file mode 100644 index 31d816a3a2..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/PalmOilFreeStatus.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - PalmOilFreeStatus constructor - PalmOilFreeStatus - ingredients_analysis_tags library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              PalmOilFreeStatus
              - -
              - -
              -
              -
              - -
              -
              -

              PalmOilFreeStatus constructor -

              - -
              - const - PalmOilFreeStatus({
              1. required String offTag,
              2. -
              }) -
              - - - - - -
              -

              Implementation

              -
              const PalmOilFreeStatus({
              -  required this.offTag,
              -});
              -
              - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/offTag.html index f36ef3c4b2..e338954b78 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/offTag.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              offTag property
              +
              - String + String offTag
              final
              @@ -85,8 +81,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/values-constant.html index 1ec8463f15..e4fa0051cb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/PalmOilFreeStatus/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<PalmOilFreeStatus> + List<PalmOilFreeStatus> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus-enum-sidebar.html index 344801dc4d..2f49fd53aa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. VeganStatus
              4. Values
              5. VEGAN
              6. @@ -13,23 +11,51 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. offTag
              14. -
              15. runtimeType
              16. + +
              17. + hashCode +
              18. + +
              19. + index +
              20. + +
              21. + name + (ext) +
              22. + +
              23. + offTag +
              24. + +
              25. + runtimeType +
              26. Methods
              27. -
              28. noSuchMethod
              29. -
              30. toString
              31. + +
              32. + noSuchMethod +
              33. + +
              34. + toString +
              35. Operators
              36. -
              37. operator ==
              38. + +
              39. + operator == +
              40. -
              41. Constants
              42. -
              43. values
              44. +
              45. Constants
              46. +
              47. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus.html index 7afa394899..8d8d0defce 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -89,29 +84,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - VeganStatus({required String offTag}) -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              VEGAN @@ -183,8 +167,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -195,8 +179,8 @@

              Properties

              - index - int + index + int
              @@ -204,11 +188,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              offTag - String + String
              @@ -219,8 +219,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -232,6 +232,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -252,8 +253,8 @@

              Methods

              - toString() - String + toString() + String @@ -273,8 +274,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -293,11 +294,10 @@

              Operators

              Constants

              -
              values - → const List<VeganStatus> + → const List<VeganStatus>
              @@ -310,7 +310,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/VeganStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/VeganStatus.html deleted file mode 100644 index e8713505c6..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/VeganStatus.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - VeganStatus constructor - VeganStatus - ingredients_analysis_tags library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              VeganStatus
              - -
              - -
              -
              -
              - -
              -
              -

              VeganStatus constructor -

              - -
              - const - VeganStatus({
              1. required String offTag,
              2. -
              }) -
              - - - - - -
              -

              Implementation

              -
              const VeganStatus({
              -  required this.offTag,
              -});
              -
              - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/offTag.html index 985f655853..3ca8a55b6c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/offTag.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              offTag property
              +
              - String + String offTag
              final
              @@ -85,8 +81,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/values-constant.html index bfc677f3ab..84a778fcf3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VeganStatus/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<VeganStatus> + List<VeganStatus> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus-enum-sidebar.html index 98c27fb644..c07b253526 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. VegetarianStatus
              4. Values
              5. VEGETARIAN
              6. @@ -13,23 +11,51 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. offTag
              14. -
              15. runtimeType
              16. + +
              17. + hashCode +
              18. + +
              19. + index +
              20. + +
              21. + name + (ext) +
              22. + +
              23. + offTag +
              24. + +
              25. + runtimeType +
              26. Methods
              27. -
              28. noSuchMethod
              29. -
              30. toString
              31. + +
              32. + noSuchMethod +
              33. + +
              34. + toString +
              35. Operators
              36. -
              37. operator ==
              38. + +
              39. + operator == +
              40. -
              41. Constants
              42. -
              43. values
              44. +
              45. Constants
              46. +
              47. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus.html index 64178ee4cb..dfef5379f0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -89,29 +84,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - VegetarianStatus({required String offTag}) -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              VEGETARIAN @@ -183,8 +167,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -195,8 +179,8 @@

              Properties

              - index - int + index + int
              @@ -204,11 +188,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              offTag - String + String
              @@ -219,8 +219,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -232,6 +232,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -252,8 +253,8 @@

              Methods

              - toString() - String + toString() + String @@ -273,8 +274,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -293,11 +294,10 @@

              Operators

              Constants

              -
              values - → const List<VegetarianStatus> + → const List<VegetarianStatus>
              @@ -310,7 +310,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/VegetarianStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/VegetarianStatus.html deleted file mode 100644 index 6fd0117818..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/VegetarianStatus.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - VegetarianStatus constructor - VegetarianStatus - ingredients_analysis_tags library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              VegetarianStatus
              - -
              - -
              -
              -
              - -
              -
              -

              VegetarianStatus constructor -

              - -
              - const - VegetarianStatus({
              1. required String offTag,
              2. -
              }) -
              - - - - - -
              -

              Implementation

              -
              const VegetarianStatus({
              -  required this.offTag,
              -});
              -
              - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/offTag.html index 327e688ed6..9915c0662a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/offTag.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              offTag property
              +
              - String + String offTag
              final
              @@ -85,8 +81,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/values-constant.html index 12156eb6b7..1aec841142 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/VegetarianStatus/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<VegetarianStatus> + List<VegetarianStatus> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags-library.html index 3d65c04f49..34329cae58 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_ingredients_analysis_tags-library.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -

              Classes

              -
              IngredientsAnalysisTags @@ -86,7 +80,6 @@

              Classes

              Enums

              -
              PalmOilFreeStatus @@ -122,9 +115,7 @@

              Enums

              -
              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class-sidebar.html index d3b2ce49ef..1e4632367b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class-sidebar.html @@ -1,36 +1,72 @@
                -
              1. Constructors
              2. -
              3. Insight
              4. +
              5. Constructors
              6. +
              7. Insight
              8. Properties
              9. -
              10. barcode
              11. -
              12. confidence
              13. -
              14. countries
              15. -
              16. hashCode
              17. -
              18. id
              19. -
              20. lang
              21. -
              22. model
              23. -
              24. runtimeType
              25. -
              26. type
              27. + +
              28. + barcode +
              29. + +
              30. + confidence +
              31. + +
              32. + countries +
              33. + +
              34. + hashCode +
              35. + +
              36. + id +
              37. + +
              38. + lang +
              39. + +
              40. + model +
              41. + +
              42. + runtimeType +
              43. + +
              44. + type +
              45. Methods
              46. -
              47. noSuchMethod
              48. -
              49. toString
              50. + +
              51. + noSuchMethod +
              52. + +
              53. + toString +
              54. Operators
              55. -
              56. operator ==
              57. + +
              58. + operator == +
              59. -
              60. Static methods
              61. -
              62. fromJson
              63. -
              64. toJson
              65. +
              66. Static methods
              67. +
              68. fromJson
              69. +
              70. toJson
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class.html index 676e238f03..2fce52e533 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight-class.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Insight class

              Constructors

              -
              - Insight({String? id, InsightType? type, String? barcode, List? countries, String? lang, String? model, double? confidence}) + Insight({String? id, InsightType? type, String? barcode, List? countries, String? lang, String? model, double? confidence})
              @@ -86,7 +80,7 @@

              Properties

              barcode - String? + String?
              @@ -98,7 +92,7 @@

              Properties

              confidence - double? + double?
              @@ -110,7 +104,7 @@

              Properties

              countries - List? + List?
              @@ -121,8 +115,8 @@

              Properties

              - hashCode - int + hashCode + int
              @@ -134,7 +128,7 @@

              Properties

              id - String? + String?
              @@ -146,7 +140,7 @@

              Properties

              lang - String? + String?
              @@ -158,7 +152,7 @@

              Properties

              model - String? + String?
              @@ -169,8 +163,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -194,6 +188,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -214,8 +209,8 @@

              Methods

              - toString() - String + toString() + String @@ -235,8 +230,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -256,7 +251,7 @@

              Static Methods

              fromJson(dynamic json) - List<Insight>? + List<Insight>? @@ -268,8 +263,8 @@

              Static Methods

              - toJson(List<Insight>? insights) - List<Map<String, dynamic>> + toJson(List<Insight>? insights) + List<Map<String, dynamic>> @@ -284,9 +279,7 @@

              Static Methods

              -
              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/Insight.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/Insight.html index b5485b01a5..3a787de00c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/Insight.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/Insight.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Insight constructor
              const - Insight({
              1. String? id,
              2. + Insight({
                1. String? id,
                2. InsightType? type,
                3. -
                4. String? barcode,
                5. -
                6. List? countries,
                7. -
                8. String? lang,
                9. -
                10. String? model,
                11. -
                12. double? confidence,
                13. +
                14. String? barcode,
                15. +
                16. List? countries,
                17. +
                18. String? lang,
                19. +
                20. String? model,
                21. +
                22. double? confidence,
                })
              - @@ -90,7 +84,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/barcode.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/barcode.html index a8613ce84b..c19bfb25ea 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/barcode.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/barcode.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              barcode property
              +
              - String? + String? barcode
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/confidence.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/confidence.html index 99a0f40333..062db1b2b9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/confidence.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/confidence.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              confidence property
              +
              - double? + double? confidence
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/countries.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/countries.html index a0596b191f..494f4edfd2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/countries.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/countries.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              countries property
              +
              - List? + List? countries
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/fromJson.html index 9e7d31f782..93ec5558fc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/fromJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              fromJson static method
              - -List<Insight>? +List<Insight>? fromJson(
              1. dynamic json
              ) @@ -100,7 +94,6 @@

              Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/id.html index 412aeaa847..1ec5028cd2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/id.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              id property
              +
              - String? + String? id
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/lang.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/lang.html index 8515492240..dcfd719aa6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/lang.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/lang.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              lang property
              +
              - String? + String? lang
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/model.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/model.html index 3123188911..d27b23651c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/model.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/model.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              model property
              +
              - String? + String? model
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/toJson.html index d764277e3f..35f3bd1281 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/toJson.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              toJson static method
              - -List<Map<String, dynamic>> -toJson(
              1. List<Insight>? insights
              2. +List<Map<String, dynamic>> +toJson(
                1. List<Insight>? insights
                ) @@ -101,7 +95,6 @@

                Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/type.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/type.html index d3a48abb17..2ef6dbcd1a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/type.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/Insight/type.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              type property
              +
              InsightType? @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation-enum-sidebar.html index 50841645fc..ef567782b2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. InsightAnnotation
              4. Values
              5. YES
              6. @@ -12,25 +10,53 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. runtimeType
              14. -
              15. value
              16. + +
              17. + hashCode +
              18. + +
              19. + index +
              20. + +
              21. + name + (ext) +
              22. + +
              23. + runtimeType +
              24. + +
              25. + value +
              26. Methods
              27. -
              28. noSuchMethod
              29. -
              30. toString
              31. + +
              32. + noSuchMethod +
              33. + +
              34. + toString +
              35. Operators
              36. -
              37. operator ==
              38. + +
              39. + operator == +
              40. -
              41. Static methods
              42. -
              43. fromInt
              44. +
              45. Static methods
              46. +
              47. fromInt
              48. -
              49. Constants
              50. -
              51. values
              52. +
              53. Constants
              54. +
              55. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation.html index be5a44fc75..bcdf509aeb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -83,29 +78,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - InsightAnnotation(int value) -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              YES @@ -162,8 +146,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -174,8 +158,8 @@

              Properties

              - index - int + index + int
              @@ -183,11 +167,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              - runtimeType - Type + runtimeType + Type
              @@ -199,7 +199,7 @@

              Properties

              value - int + int
              @@ -211,6 +211,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -231,8 +232,8 @@

              Methods

              - toString() - String + toString() + String @@ -252,8 +253,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -272,7 +273,7 @@

              Operators

              Static Methods

              - fromInt(int annotation) + fromInt(int annotation) InsightAnnotation? @@ -290,11 +291,10 @@

              Static Methods

              Constants

              -
              values - → const List<InsightAnnotation> + → const List<InsightAnnotation>
              @@ -307,7 +307,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/InsightAnnotation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/InsightAnnotation.html deleted file mode 100644 index 694a13579c..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/InsightAnnotation.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - InsightAnnotation constructor - InsightAnnotation - insight library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              InsightAnnotation
              - -
              - -
              -
              -
              - -
              -
              -

              InsightAnnotation constructor -

              - -
              - const - InsightAnnotation(
              1. int value
              2. -
              ) -
              - - - - - -
              -

              Implementation

              -
              const InsightAnnotation(this.value);
              -
              - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/fromInt.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/fromInt.html index 6606e1bd06..9b15862b50 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/fromInt.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/fromInt.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              fromInt static method
              - InsightAnnotation? -fromInt(
              1. int annotation
              2. +fromInt(
                1. int annotation
                ) @@ -88,7 +82,6 @@

                Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/value.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/value.html index 27e41b2978..415838b7dd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/value.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/value.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              value property
              +
              - int + int value
              final
              @@ -76,8 +72,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/values-constant.html index 1c8a175712..872d7465ab 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightAnnotation/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<InsightAnnotation> + List<InsightAnnotation> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType-enum-sidebar.html index c6e5a3139b..f7781dfb62 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType-enum-sidebar.html @@ -1,7 +1,5 @@
                -
              1. Constructors
              2. -
              3. InsightType
              4. Values
              5. INGREDIENT_SPELLCHECK
              6. @@ -20,25 +18,53 @@
              7. Properties
              8. -
              9. hashCode
              10. -
              11. index
              12. -
              13. offTag
              14. -
              15. runtimeType
              16. + +
              17. + hashCode +
              18. + +
              19. + index +
              20. + +
              21. + name + (ext) +
              22. + +
              23. + offTag +
              24. + +
              25. + runtimeType +
              26. Methods
              27. -
              28. noSuchMethod
              29. -
              30. toString
              31. + +
              32. + noSuchMethod +
              33. + +
              34. + toString +
              35. Operators
              36. -
              37. operator ==
              38. + +
              39. + operator == +
              40. -
              41. Static methods
              42. -
              43. fromOffTag
              44. +
              45. Static methods
              46. +
              47. fromOffTag
              48. -
              49. Constants
              50. -
              51. values
              52. +
              53. Constants
              54. +
              55. values
              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType.html index 9ff7137651..b6a8de0351 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              Inheritance
              @@ -89,29 +84,18 @@

              +
              Available extensions
              +
              + - -
              -

              Constructors

              - -
              -
              - InsightType({required String offTag}) -
              -
              - -
              const
              -
              -
              -
              -

              Values

              -
              INGREDIENT_SPELLCHECK @@ -288,8 +272,8 @@

              Values

              Properties

              - hashCode - int + hashCode + int
              @@ -300,8 +284,8 @@

              Properties

              - index - int + index + int
              @@ -309,11 +293,27 @@

              Properties

              A numeric identifier for the enumerated value.
              no setterinherited
              + + +
              + name + String + + +
              +
              +

              + Available on Enum, + provided by the EnumName extension +

              + The name of the enum value. +
              no setter
              +
              offTag - String + String
              @@ -324,8 +324,8 @@

              Properties

              - runtimeType - Type + runtimeType + Type
              @@ -337,6 +337,7 @@

              Properties

              +
              Properties

              Methods

              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -357,8 +358,8 @@

              Methods

              - toString() - String + toString() + String @@ -378,8 +379,8 @@

              Methods

              Operators

              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -398,7 +399,7 @@

              Operators

              Static Methods

              - fromOffTag(String? offTag) + fromOffTag(String? offTag) InsightType? @@ -416,11 +417,10 @@

              Static Methods

              Constants

              -
              values - → const List<InsightType> + → const List<InsightType>
              @@ -433,7 +433,6 @@

              Constants

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/InsightType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/InsightType.html deleted file mode 100644 index 6a5624d4f0..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/InsightType.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - InsightType constructor - InsightType - insight library - Dart API - - - - - - - - - - - - - - - - - -
              - -
              - menu - -
              InsightType
              - -
              - -
              -
              -
              - -
              -
              -

              InsightType constructor -

              - -
              - const - InsightType({
              1. required String offTag,
              2. -
              }) -
              - - - - - -
              -

              Implementation

              -
              const InsightType({
              -  required this.offTag,
              -});
              -
              - - -
              - - - - - -
              - -
              - - openfoodfacts - 3.18.1 - - - -
              - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/fromOffTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/fromOffTag.html index 55a0267294..79839da3a5 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/fromOffTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/fromOffTag.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              fromOffTag static method
              - InsightType? -fromOffTag(
              1. String? offTag
              2. +fromOffTag(
                1. String? offTag
                )
                override
                @@ -85,7 +79,6 @@

                Implementation

              - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/offTag.html index a855b9a502..4dbb4c48d6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/offTag.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              offTag property
              +
              - String + String offTag
              final
              @@ -85,8 +81,8 @@

              Implementation

              + - - -
              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/values-constant.html index dc4ea848f5..aee0a88ab6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightType/values-constant.html @@ -16,15 +16,11 @@ - - -
              -
              menu
              -
              values constant
              +
              - List<InsightType> + List<InsightType> const values @@ -75,8 +71,8 @@

              values constant + - - -

              -
              openfoodfacts 3.18.1 -
              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class-sidebar.html index 247a583fa5..1291101b16 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class-sidebar.html @@ -1,28 +1,58 @@
                -
              1. Constructors
              2. -
              3. InsightsResult
              4. -
              5. fromJson
              6. +
              7. Constructors
              8. +
              9. InsightsResult
              10. +
              11. fromJson
              12. Properties
              13. -
              14. hashCode
              15. -
              16. insights
              17. -
              18. runtimeType
              19. -
              20. status
              21. + +
              22. + hashCode +
              23. + +
              24. + insights +
              25. + +
              26. + runtimeType +
              27. + +
              28. + status +
              29. Methods
              30. -
              31. noSuchMethod
              32. -
              33. toData
              34. -
              35. toJson
              36. -
              37. toString
              38. -
              39. toValueString
              40. + +
              41. + noSuchMethod +
              42. + +
              43. + toData +
              44. + +
              45. + toJson +
              46. + +
              47. + toString +
              48. + +
              49. + toValueString +
              50. Operators
              51. -
              52. operator ==
              53. + +
              54. + operator == +
              55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class.html index 5b36be93b3..4c7646c4bf 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult-class.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                InsightsResult class
                Inheritance
                @@ -79,7 +74,7 @@

                InsightsResult class - + @@ -89,10 +84,9 @@

                InsightsResult class

                Constructors

                -
                - InsightsResult({String? status, List<Insight>? insights}) + InsightsResult({String? status, List<Insight>? insights})
                @@ -114,8 +108,8 @@

                Constructors

                Properties

                - hashCode - int + hashCode + int
                @@ -127,7 +121,7 @@

                Properties

                insights - List<Insight>? + List<Insight>?
                @@ -138,8 +132,8 @@

                Properties

                - runtimeType - Type + runtimeType + Type
                @@ -151,7 +145,7 @@

                Properties

                status - String? + String?
                @@ -163,6 +157,7 @@

                Properties

                +
                Properties

                Methods

                - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -184,7 +179,7 @@

                Methods

                toData() - Map<String, String> + Map<String, String> @@ -197,7 +192,7 @@

                Methods

                toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -209,8 +204,8 @@

                Methods

                - toString() - String + toString() + String @@ -223,7 +218,7 @@

                Methods

                toValueString() - String + String @@ -244,8 +239,8 @@

                Methods

                Operators

                - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -262,9 +257,7 @@

                Operators

                -
                - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.fromJson.html index 1446f5c7dc..c80cb481dd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.fromJson.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                InsightsResult.fromJson constructor InsightsResult.fromJson(
                1. dynamic json
                ) - @@ -78,7 +72,6 @@

                Implementation

                - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.html index 4d81e2fa8d..8338433d29 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/InsightsResult.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                InsightsResult constructor
                const - InsightsResult({
                1. String? status,
                2. -
                3. List<Insight>? insights,
                4. + InsightsResult({
                  1. String? status,
                  2. +
                  3. List<Insight>? insights,
                  })
                - @@ -78,7 +72,6 @@

                Implementation

                - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/insights.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/insights.html index d52bcb9fde..87d84dfadc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/insights.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/insights.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                insights property
                +
                - List<Insight>? + List<Insight>? insights
                final
                @@ -81,8 +77,8 @@

                Implementation

                + - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/status.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/status.html index 6c1b7bbc0d..01050055e0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/status.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/status.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                status property
                +
                - String? + String? status
                final
                @@ -76,8 +72,8 @@

                Implementation

                + - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/toJson.html index 92f5a7de3a..8ad4926a6d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/InsightsResult/toJson.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -
                toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                override
                @@ -86,7 +80,6 @@

                Implementation

                - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight-library.html index f5e0cc354a..4f06ccb5fb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_insight-library.html @@ -16,15 +16,11 @@ - - -
                -
                menu
                -

                Classes

                -
                Insight @@ -94,7 +88,6 @@

                Classes

                Enums

                -
                InsightAnnotation @@ -122,9 +115,7 @@

                Enums

                -
                - - -
                -
                openfoodfacts 3.18.1 -
                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class-sidebar.html index 3989525cf7..462b38503f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class-sidebar.html @@ -1,29 +1,62 @@
                  -
                1. Constructors
                2. -
                3. KeyStats
                4. -
                5. fromJson
                6. +
                7. Constructors
                8. +
                9. KeyStats
                10. +
                11. fromJson
                12. Properties
                13. -
                14. count
                15. -
                16. hashCode
                17. -
                18. key
                19. -
                20. runtimeType
                21. -
                22. values
                23. + +
                24. + count +
                25. + +
                26. + hashCode +
                27. + +
                28. + key +
                29. + +
                30. + runtimeType +
                31. + +
                32. + values +
                33. Methods
                34. -
                35. noSuchMethod
                36. -
                37. toData
                38. -
                39. toJson
                40. -
                41. toString
                42. -
                43. toValueString
                44. + +
                45. + noSuchMethod +
                46. + +
                47. + toData +
                48. + +
                49. + toJson +
                50. + +
                51. + toString +
                52. + +
                53. + toValueString +
                54. Operators
                55. -
                56. operator ==
                57. + +
                58. + operator == +
                59. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class.html index dc592fec84..013129010a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats-class.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  KeyStats class
                  Inheritance
                  @@ -82,7 +77,7 @@

                  KeyStats class - + @@ -92,16 +87,15 @@

                  KeyStats class

                  Constructors

                  -
                  - KeyStats({required String key, required int count, required int values}) + KeyStats({required String key, required int count, required int values})
                  - KeyStats.fromJson(Map<String, dynamic> json) + KeyStats.fromJson(Map<String, dynamic> json)
                  @@ -117,7 +111,7 @@

                  Properties

                  count - int + int
                  @@ -128,8 +122,8 @@

                  Properties

                  - hashCode - int + hashCode + int
                  @@ -141,7 +135,7 @@

                  Properties

                  key - String + String
                  @@ -152,8 +146,8 @@

                  Properties

                  - runtimeType - Type + runtimeType + Type
                  @@ -165,7 +159,7 @@

                  Properties

                  values - int + int
                  @@ -177,6 +171,7 @@

                  Properties

                  +
                  Properties

                  Methods

                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -198,7 +193,7 @@

                  Methods

                  toData() - Map<String, String> + Map<String, String> @@ -211,7 +206,7 @@

                  Methods

                  toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -224,7 +219,7 @@

                  Methods

                  toString() - String + String @@ -237,7 +232,7 @@

                  Methods

                  toValueString() - String + String @@ -258,8 +253,8 @@

                  Methods

                  Operators

                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -276,9 +271,7 @@

                  Operators

                  -
                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.fromJson.html index 40a008779c..ddea7c8ecd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.fromJson.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  KeyStats.fromJson constructor
                  - KeyStats.fromJson(
                  1. Map<String, dynamic> json
                  2. + KeyStats.fromJson(
                    1. Map<String, dynamic> json
                    )
                  - @@ -78,7 +72,6 @@

                  Implementation

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.html index 2a1a00bc86..06aa688d52 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/KeyStats.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  KeyStats constructor
                  - KeyStats({
                  1. required String key,
                  2. -
                  3. required int count,
                  4. -
                  5. required int values,
                  6. + KeyStats({
                    1. required String key,
                    2. +
                    3. required int count,
                    4. +
                    5. required int values,
                    })
                  - @@ -83,7 +77,6 @@

                  Implementation

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/count.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/count.html index 4ce9428396..95afe06197 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/count.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/count.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  count property
                  +
                  - int + int count
                  final
                  @@ -77,8 +73,8 @@

                  Implementation

                  + - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/key.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/key.html index f543f7c37b..e9b12f314c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/key.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/key.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  key property
                  +
                  - String + String key
                  final
                  @@ -77,8 +73,8 @@

                  Implementation

                  + - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toJson.html index fe9d5dad48..f881c873bc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toJson.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                  override
                  @@ -86,7 +80,6 @@

                  Implementation

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toString.html index 7ca1930fe4..e89a496f44 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/toString.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  toString method - -String +String toString()
                  override
                  @@ -78,7 +72,7 @@

                  toString method

                  A string representation of this object.

                  Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

                  Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

                  Implementation

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/values.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/values.html index 3e9ac5959c..10fd9c88d7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/values.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/KeyStats/values.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  values property
                  +
                  - int + int values
                  final
                  @@ -77,8 +73,8 @@

                  Implementation

                  + - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats-library.html index 802240400f..53c53acb13 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_key_stats-library.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -

                  Classes

                  -
                  KeyStats @@ -92,9 +86,7 @@

                  Classes

                  -
                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation-enum-sidebar.html index 7cffc12059..e52a9f1fc8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation-enum-sidebar.html @@ -1,7 +1,5 @@
                    -
                  1. Constructors
                  2. -
                  3. Evaluation
                  4. Values
                  5. GOOD
                  6. @@ -14,22 +12,47 @@
                  7. Properties
                  8. -
                  9. hashCode
                  10. -
                  11. index
                  12. -
                  13. runtimeType
                  14. + +
                  15. + hashCode +
                  16. + +
                  17. + index +
                  18. + +
                  19. + name + (ext) +
                  20. + +
                  21. + runtimeType +
                  22. Methods
                  23. -
                  24. noSuchMethod
                  25. -
                  26. toString
                  27. + +
                  28. + noSuchMethod +
                  29. + +
                  30. + toString +
                  31. Operators
                  32. -
                  33. operator ==
                  34. + +
                  35. + operator == +
                  36. -
                  37. Constants
                  38. -
                  39. values
                  40. +
                  41. Constants
                  42. +
                  43. values
                  diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation.html index c4afc6bdbd..f28f232952 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  Inheritance
                  @@ -87,29 +82,18 @@

                  +
                  Available extensions
                  +
                  + - -
                  -

                  Constructors

                  - -
                  -
                  - Evaluation() -
                  -
                  - -
                  const
                  -
                  -
                  -
                  -

                  Values

                  -
                  GOOD @@ -181,8 +165,8 @@

                  Values

                  Properties

                  - hashCode - int + hashCode + int
                  @@ -193,8 +177,8 @@

                  Properties

                  - index - int + index + int
                  @@ -202,11 +186,27 @@

                  Properties

                  A numeric identifier for the enumerated value.
                  no setterinherited
                  + + +
                  + name + String + + +
                  +
                  +

                  + Available on Enum, + provided by the EnumName extension +

                  + The name of the enum value. +
                  no setter
                  +
                  - runtimeType - Type + runtimeType + Type
                  @@ -218,6 +218,7 @@

                  Properties

                  +
                  Properties

                  Methods

                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -238,8 +239,8 @@

                  Methods

                  - toString() - String + toString() + String @@ -259,8 +260,8 @@

                  Methods

                  Operators

                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -279,11 +280,10 @@

                  Operators

                  Constants

                  -
                  values - → const List<Evaluation> + → const List<Evaluation>
                  @@ -296,7 +296,6 @@

                  Constants

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/Evaluation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/Evaluation.html deleted file mode 100644 index 39d87fdb54..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/Evaluation.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - Evaluation constructor - Evaluation - knowledge_panel library - Dart API - - - - - - - - - - - - - - - - - -
                  - -
                  - menu - -
                  Evaluation
                  - -
                  - -
                  -
                  -
                  - -
                  -
                  -

                  Evaluation constructor -

                  - -
                  - const - Evaluation() -
                  - - - - - - - -
                  - - - - - -
                  - -
                  - - openfoodfacts - 3.18.1 - - - -
                  - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/values-constant.html index 0ccc159df4..037b2ebedc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Evaluation/values-constant.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  values constant
                  +
                  - List<Evaluation> + List<Evaluation> const values @@ -75,8 +71,8 @@

                  values constant + - - -

                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade-enum-sidebar.html index 3ab0ceda21..85bd80faba 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade-enum-sidebar.html @@ -1,7 +1,5 @@
                    -
                  1. Constructors
                  2. -
                  3. Grade
                  4. Values
                  5. A
                  6. @@ -15,22 +13,47 @@
                  7. Properties
                  8. -
                  9. hashCode
                  10. -
                  11. index
                  12. -
                  13. runtimeType
                  14. + +
                  15. + hashCode +
                  16. + +
                  17. + index +
                  18. + +
                  19. + name + (ext) +
                  20. + +
                  21. + runtimeType +
                  22. Methods
                  23. -
                  24. noSuchMethod
                  25. -
                  26. toString
                  27. + +
                  28. + noSuchMethod +
                  29. + +
                  30. + toString +
                  31. Operators
                  32. -
                  33. operator ==
                  34. + +
                  35. + operator == +
                  36. -
                  37. Constants
                  38. -
                  39. values
                  40. +
                  41. Constants
                  42. +
                  43. values
                  diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade.html index b2b5ee0ba9..7c2226fac9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  Inheritance
                  @@ -88,29 +83,18 @@

                  +
                  Available extensions
                  +
                  + - -
                  -

                  Constructors

                  - -
                  -
                  - Grade() -
                  -
                  - -
                  const
                  -
                  -
                  -
                  -

                  Values

                  -
                  A @@ -194,8 +178,8 @@

                  Values

                  Properties

                  - hashCode - int + hashCode + int
                  @@ -206,8 +190,8 @@

                  Properties

                  - index - int + index + int
                  @@ -215,11 +199,27 @@

                  Properties

                  A numeric identifier for the enumerated value.
                  no setterinherited
                  + + +
                  + name + String + + +
                  +
                  +

                  + Available on Enum, + provided by the EnumName extension +

                  + The name of the enum value. +
                  no setter
                  +
                  - runtimeType - Type + runtimeType + Type
                  @@ -231,6 +231,7 @@

                  Properties

                  +
                  Properties

                  Methods

                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -251,8 +252,8 @@

                  Methods

                  - toString() - String + toString() + String @@ -272,8 +273,8 @@

                  Methods

                  Operators

                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -292,11 +293,10 @@

                  Operators

                  Constants

                  -
                  values - → const List<Grade> + → const List<Grade>
                  @@ -309,7 +309,6 @@

                  Constants

                  - - -
                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/Grade.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/Grade.html deleted file mode 100644 index ae1f975347..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/Grade.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - Grade constructor - Grade - knowledge_panel library - Dart API - - - - - - - - - - - - - - - - - -
                  - -
                  - menu - -
                  Grade
                  - -
                  - -
                  -
                  -
                  - -
                  -
                  -

                  Grade constructor -

                  - -
                  - const - Grade() -
                  - - - - - - - -
                  - - - - - -
                  - -
                  - - openfoodfacts - 3.18.1 - - - -
                  - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/values-constant.html index 7931dd8f55..e0afca20f4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Grade/values-constant.html @@ -16,15 +16,11 @@ - - -
                  -
                  menu
                  -
                  values constant
                  +
                  - List<Grade> + List<Grade> const values @@ -75,8 +71,8 @@

                  values constant + - - -

                  -
                  openfoodfacts 3.18.1 -
                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class-sidebar.html index 2b8dfb4549..47668ee681 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class-sidebar.html @@ -1,34 +1,82 @@
                    -
                  1. Constructors
                  2. -
                  3. KnowledgePanel
                  4. -
                  5. fromJson
                  6. +
                  7. Constructors
                  8. +
                  9. KnowledgePanel
                  10. +
                  11. fromJson
                  12. Properties
                  13. -
                  14. elements
                  15. -
                  16. evaluation
                  17. -
                  18. expanded
                  19. -
                  20. halfWidthOnMobile
                  21. -
                  22. hashCode
                  23. -
                  24. level
                  25. -
                  26. runtimeType
                  27. -
                  28. size
                  29. -
                  30. titleElement
                  31. -
                  32. topics
                  33. + +
                  34. + elements +
                  35. + +
                  36. + evaluation +
                  37. + +
                  38. + expanded +
                  39. + +
                  40. + halfWidthOnMobile +
                  41. + +
                  42. + hashCode +
                  43. + +
                  44. + level +
                  45. + +
                  46. + runtimeType +
                  47. + +
                  48. + size +
                  49. + +
                  50. + titleElement +
                  51. + +
                  52. + topics +
                  53. Methods
                  54. -
                  55. noSuchMethod
                  56. -
                  57. toData
                  58. -
                  59. toJson
                  60. -
                  61. toString
                  62. -
                  63. toValueString
                  64. + +
                  65. + noSuchMethod +
                  66. + +
                  67. + toData +
                  68. + +
                  69. + toJson +
                  70. + +
                  71. + toString +
                  72. + +
                  73. + toValueString +
                  74. Operators
                  75. -
                  76. operator ==
                  77. + +
                  78. + operator == +
                  79. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class.html index 67191b49d5..db72a62e43 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel-class.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    KnowledgePanel class
                    Inheritance
                    @@ -84,7 +79,7 @@

                    KnowledgePanel class - + @@ -94,17 +89,16 @@

                    KnowledgePanel class

                    Constructors

                    -
                    - KnowledgePanel({TitleElement? titleElement, Level? level, bool? expanded, List<KnowledgePanelElement>? elements, List<String>? topics, Evaluation? evaluation, KnowledgePanelSize? size, bool? halfWidthOnMobile}) + KnowledgePanel({TitleElement? titleElement, Level? level, bool? expanded, List<KnowledgePanelElement>? elements, List<String>? topics, Evaluation? evaluation, KnowledgePanelSize? size, bool? halfWidthOnMobile})
                    const
                    - KnowledgePanel.fromJson(Map<String, dynamic> json) + KnowledgePanel.fromJson(Map<String, dynamic> json)
                    @@ -120,7 +114,7 @@

                    Properties

                    elements - List<KnowledgePanelElement>? + List<KnowledgePanelElement>?
                    @@ -146,7 +140,7 @@

                    Properties

                    expanded - bool? + bool?
                    @@ -158,7 +152,7 @@

                    Properties

                    halfWidthOnMobile - bool? + bool?
                    @@ -169,8 +163,8 @@

                    Properties

                    - hashCode - int + hashCode + int
                    @@ -194,8 +188,8 @@

                    Properties

                    - runtimeType - Type + runtimeType + Type
                    @@ -232,7 +226,7 @@

                    Properties

                    topics - List<String>? + List<String>?
                    @@ -244,6 +238,7 @@

                    Properties

                    +
                    Properties

                    Methods

                    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -265,7 +260,7 @@

                    Methods

                    toData() - Map<String, String> + Map<String, String> @@ -278,7 +273,7 @@

                    Methods

                    toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -290,8 +285,8 @@

                    Methods

                    - toString() - String + toString() + String @@ -304,7 +299,7 @@

                    Methods

                    toValueString() - String + String @@ -325,8 +320,8 @@

                    Methods

                    Operators

                    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -343,9 +338,7 @@

                    Operators

                    -
                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.fromJson.html index e283671d3d..77a9089f83 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.fromJson.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    KnowledgePanel.fromJson constructor
                    - KnowledgePanel.fromJson(
                    1. Map<String, dynamic> json
                    2. + KnowledgePanel.fromJson(
                      1. Map<String, dynamic> json
                      )
                    - @@ -78,7 +72,6 @@

                    Implementation

                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.html index fcbccd4704..4cd47a7cdd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/KnowledgePanel.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    KnowledgePanel constructor const KnowledgePanel({
                    1. TitleElement? titleElement,
                    2. Level? level,
                    3. -
                    4. bool? expanded,
                    5. -
                    6. List<KnowledgePanelElement>? elements,
                    7. -
                    8. List<String>? topics,
                    9. +
                    10. bool? expanded,
                    11. +
                    12. List<KnowledgePanelElement>? elements,
                    13. +
                    14. List<String>? topics,
                    15. Evaluation? evaluation,
                    16. KnowledgePanelSize? size,
                    17. -
                    18. bool? halfWidthOnMobile,
                    19. +
                    20. bool? halfWidthOnMobile,
                    }) - @@ -93,7 +87,6 @@

                    Implementation

                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/elements.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/elements.html index dab62f9a83..0b4a05b0a3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/elements.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/elements.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    elements property
                    +
                    - List<KnowledgePanelElement>? + List<KnowledgePanelElement>? elements
                    final
                    @@ -80,8 +76,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/evaluation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/evaluation.html index 24a561169f..cfda12e8bb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/evaluation.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/evaluation.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    evaluation property
                    +
                    Evaluation? @@ -81,8 +77,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/expanded.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/expanded.html index d6fff2fffa..ccc3c88df7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/expanded.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/expanded.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    expanded property
                    +
                    - bool? + bool? expanded
                    final
                    @@ -76,8 +72,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/halfWidthOnMobile.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/halfWidthOnMobile.html index c6a492ae5e..456e1c7d02 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/halfWidthOnMobile.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/halfWidthOnMobile.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    halfWidthOnMobile property
                    +
                    - bool? + bool? halfWidthOnMobile
                    final
                    @@ -77,8 +73,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/level.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/level.html index 126c105b28..fa1dd2205a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/level.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/level.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    level property
                    +
                    Level? @@ -81,8 +77,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/size.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/size.html index b668e69008..ad1d3790a8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/size.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/size.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    size property
                    +
                    KnowledgePanelSize? @@ -81,8 +77,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/titleElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/titleElement.html index f97f48fb64..18515a14a8 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/titleElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/titleElement.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    titleElement property
                    +
                    TitleElement? @@ -80,8 +76,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/toJson.html index 1cad7a7df2..5507d2abd6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/toJson.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                    override
                    @@ -86,7 +80,6 @@

                    Implementation

                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/topics.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/topics.html index 717b784752..2bcfaac80a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/topics.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanel/topics.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    topics property
                    +
                    - List<String>? + List<String>? topics
                    final
                    @@ -79,8 +75,8 @@

                    Implementation

                    + - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize-enum-sidebar.html index bee1233570..86764dd0eb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize-enum-sidebar.html @@ -1,7 +1,5 @@
                      -
                    1. Constructors
                    2. -
                    3. KnowledgePanelSize
                    4. Values
                    5. SMALL
                    6. @@ -11,22 +9,47 @@
                    7. Properties
                    8. -
                    9. hashCode
                    10. -
                    11. index
                    12. -
                    13. runtimeType
                    14. + +
                    15. + hashCode +
                    16. + +
                    17. + index +
                    18. + +
                    19. + name + (ext) +
                    20. + +
                    21. + runtimeType +
                    22. Methods
                    23. -
                    24. noSuchMethod
                    25. -
                    26. toString
                    27. + +
                    28. + noSuchMethod +
                    29. + +
                    30. + toString +
                    31. Operators
                    32. -
                    33. operator ==
                    34. + +
                    35. + operator == +
                    36. -
                    37. Constants
                    38. -
                    39. values
                    40. +
                    41. Constants
                    42. +
                    43. values
                    diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize.html index 895482ed90..1e2fe1129a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    Inheritance
                    @@ -87,29 +82,18 @@

                    +
                    Available extensions
                    +
                    + - -
                    -

                    Constructors

                    - -
                    -
                    - KnowledgePanelSize() -
                    -
                    - -
                    const
                    -
                    -
                    -
                    -

                    Values

                    -
                    SMALL @@ -145,8 +129,8 @@

                    Values

                    Properties

                    - hashCode - int + hashCode + int
                    @@ -157,8 +141,8 @@

                    Properties

                    - index - int + index + int
                    @@ -166,11 +150,27 @@

                    Properties

                    A numeric identifier for the enumerated value.
                    no setterinherited
                    + + +
                    + name + String + + +
                    +
                    +

                    + Available on Enum, + provided by the EnumName extension +

                    + The name of the enum value. +
                    no setter
                    +
                    - runtimeType - Type + runtimeType + Type
                    @@ -182,6 +182,7 @@

                    Properties

                    +
                    Properties

                    Methods

                    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -202,8 +203,8 @@

                    Methods

                    - toString() - String + toString() + String @@ -223,8 +224,8 @@

                    Methods

                    Operators

                    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -243,11 +244,10 @@

                    Operators

                    Constants

                    -
                    values - → const List<KnowledgePanelSize> + → const List<KnowledgePanelSize>
                    @@ -260,7 +260,6 @@

                    Constants

                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/KnowledgePanelSize.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/KnowledgePanelSize.html deleted file mode 100644 index aaa40e83d1..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/KnowledgePanelSize.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - KnowledgePanelSize constructor - KnowledgePanelSize - knowledge_panel library - Dart API - - - - - - - - - - - - - - - - - -
                    - -
                    - menu - -
                    KnowledgePanelSize
                    - -
                    - -
                    -
                    -
                    - -
                    -
                    -

                    KnowledgePanelSize constructor -

                    - -
                    - const - KnowledgePanelSize() -
                    - - - - - - - -
                    - - - - - -
                    - -
                    - - openfoodfacts - 3.18.1 - - - -
                    - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/values-constant.html index ba3130a6d5..b74b42f5ed 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/KnowledgePanelSize/values-constant.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    values constant
                    +
                    - List<KnowledgePanelSize> + List<KnowledgePanelSize> const values @@ -75,8 +71,8 @@

                    values constant + - - -

                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level-enum-sidebar.html index 5d6bb72834..8afe220467 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level-enum-sidebar.html @@ -1,7 +1,5 @@
                      -
                    1. Constructors
                    2. -
                    3. Level
                    4. Values
                    5. TRIVIA
                    6. @@ -15,22 +13,47 @@
                    7. Properties
                    8. -
                    9. hashCode
                    10. -
                    11. index
                    12. -
                    13. runtimeType
                    14. + +
                    15. + hashCode +
                    16. + +
                    17. + index +
                    18. + +
                    19. + name + (ext) +
                    20. + +
                    21. + runtimeType +
                    22. Methods
                    23. -
                    24. noSuchMethod
                    25. -
                    26. toString
                    27. + +
                    28. + noSuchMethod +
                    29. + +
                    30. + toString +
                    31. Operators
                    32. -
                    33. operator ==
                    34. + +
                    35. + operator == +
                    36. -
                    37. Constants
                    38. -
                    39. values
                    40. +
                    41. Constants
                    42. +
                    43. values
                    diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level.html index b8bbe51d89..201cb7adcb 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    Inheritance
                    @@ -87,29 +82,18 @@

                    +
                    Available extensions
                    +
                    + - -
                    -

                    Constructors

                    - -
                    -
                    - Level() -
                    -
                    - -
                    const
                    -
                    -
                    -
                    -

                    Values

                    -
                    TRIVIA @@ -193,8 +177,8 @@

                    Values

                    Properties

                    - hashCode - int + hashCode + int
                    @@ -205,8 +189,8 @@

                    Properties

                    - index - int + index + int
                    @@ -214,11 +198,27 @@

                    Properties

                    A numeric identifier for the enumerated value.
                    no setterinherited
                    + + +
                    + name + String + + +
                    +
                    +

                    + Available on Enum, + provided by the EnumName extension +

                    + The name of the enum value. +
                    no setter
                    +
                    - runtimeType - Type + runtimeType + Type
                    @@ -230,6 +230,7 @@

                    Properties

                    +
                    Properties

                    Methods

                    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -250,8 +251,8 @@

                    Methods

                    - toString() - String + toString() + String @@ -271,8 +272,8 @@

                    Methods

                    Operators

                    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -291,11 +292,10 @@

                    Operators

                    Constants

                    -
                    values - → const List<Level> + → const List<Level>
                    @@ -308,7 +308,6 @@

                    Constants

                    - - -
                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/Level.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/Level.html deleted file mode 100644 index 534c3e0bc2..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/Level.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - Level constructor - Level - knowledge_panel library - Dart API - - - - - - - - - - - - - - - - - -
                    - -
                    - menu - -
                    Level
                    - -
                    - -
                    -
                    -
                    - -
                    -
                    -

                    Level constructor -

                    - -
                    - const - Level() -
                    - - - - - - - -
                    - - - - - -
                    - -
                    - - openfoodfacts - 3.18.1 - - - -
                    - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/values-constant.html index fce60f714a..a750f25c4b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/Level/values-constant.html @@ -16,15 +16,11 @@ - - -
                    -
                    menu
                    -
                    values constant
                    +
                    - List<Level> + List<Level> const values @@ -75,8 +71,8 @@

                    values constant + - - -

                    -
                    openfoodfacts 3.18.1 -
                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class-sidebar.html index 242465998e..0c37c13f90 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class-sidebar.html @@ -1,32 +1,74 @@
                      -
                    1. Constructors
                    2. -
                    3. TitleElement
                    4. -
                    5. fromJson
                    6. +
                    7. Constructors
                    8. +
                    9. TitleElement
                    10. +
                    11. fromJson
                    12. Properties
                    13. -
                    14. grade
                    15. -
                    16. hashCode
                    17. -
                    18. iconColorFromEvaluation
                    19. -
                    20. iconUrl
                    21. -
                    22. runtimeType
                    23. -
                    24. subtitle
                    25. -
                    26. title
                    27. -
                    28. type
                    29. + +
                    30. + grade +
                    31. + +
                    32. + hashCode +
                    33. + +
                    34. + iconColorFromEvaluation +
                    35. + +
                    36. + iconUrl +
                    37. + +
                    38. + runtimeType +
                    39. + +
                    40. + subtitle +
                    41. + +
                    42. + title +
                    43. + +
                    44. + type +
                    45. Methods
                    46. -
                    47. noSuchMethod
                    48. -
                    49. toData
                    50. -
                    51. toJson
                    52. -
                    53. toString
                    54. -
                    55. toValueString
                    56. + +
                    57. + noSuchMethod +
                    58. + +
                    59. + toData +
                    60. + +
                    61. + toJson +
                    62. + +
                    63. + toString +
                    64. + +
                    65. + toValueString +
                    66. Operators
                    67. -
                    68. operator ==
                    69. + +
                    70. + operator == +
                    71. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class.html index 52d4d82846..f1813c2f99 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement-class.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      TitleElement class
                      Inheritance
                      @@ -83,7 +78,7 @@

                      TitleElement class - + @@ -93,17 +88,16 @@

                      TitleElement class

                      Constructors

                      -
                      - TitleElement({required String title, String? subtitle, Grade? grade, TitleElementType? type, String? iconUrl, bool? iconColorFromEvaluation}) + TitleElement({required String title, String? subtitle, Grade? grade, TitleElementType? type, String? iconUrl, bool? iconColorFromEvaluation})
                      const
                      - TitleElement.fromJson(Map<String, dynamic> json) + TitleElement.fromJson(Map<String, dynamic> json)
                      @@ -133,8 +127,8 @@

                      Properties

                      - hashCode - int + hashCode + int
                      @@ -146,7 +140,7 @@

                      Properties

                      iconColorFromEvaluation - bool? + bool?
                      @@ -160,7 +154,7 @@

                      Properties

                      iconUrl - String? + String?
                      @@ -171,8 +165,8 @@

                      Properties

                      - runtimeType - Type + runtimeType + Type
                      @@ -184,7 +178,7 @@

                      Properties

                      subtitle - String? + String?
                      @@ -196,7 +190,7 @@

                      Properties

                      title - String + String
                      @@ -220,6 +214,7 @@

                      Properties

                      +
                      Properties

                      Methods

                      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -241,7 +236,7 @@

                      Methods

                      toData() - Map<String, String> + Map<String, String> @@ -254,7 +249,7 @@

                      Methods

                      toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -266,8 +261,8 @@

                      Methods

                      - toString() - String + toString() + String @@ -280,7 +275,7 @@

                      Methods

                      toValueString() - String + String @@ -301,8 +296,8 @@

                      Methods

                      Operators

                      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -319,9 +314,7 @@

                      Operators

                      -
                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.fromJson.html index b81605e86d..d431ffb0f0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      TitleElement.fromJson constructor
                      - TitleElement.fromJson(
                      1. Map<String, dynamic> json
                      2. + TitleElement.fromJson(
                        1. Map<String, dynamic> json
                        )
                      - @@ -78,7 +72,6 @@

                      Implementation

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.html index 27c042f8c6..451473e09b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/TitleElement.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      TitleElement constructor
                      const - TitleElement({
                      1. required String title,
                      2. -
                      3. String? subtitle,
                      4. + TitleElement({
                        1. required String title,
                        2. +
                        3. String? subtitle,
                        4. Grade? grade,
                        5. TitleElementType? type,
                        6. -
                        7. String? iconUrl,
                        8. -
                        9. bool? iconColorFromEvaluation,
                        10. +
                        11. String? iconUrl,
                        12. +
                        13. bool? iconColorFromEvaluation,
                        })
                      - @@ -89,7 +83,6 @@

                      Implementation

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/grade.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/grade.html index 0b3ef33453..6f6f804133 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/grade.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/grade.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      grade property
                      +
                      Grade? @@ -83,8 +79,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconColorFromEvaluation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconColorFromEvaluation.html index 132f451ccf..5afd3563d0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconColorFromEvaluation.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconColorFromEvaluation.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      iconColorFromEvaluation property
                      +
                      - bool? + bool? iconColorFromEvaluation
                      final
                      @@ -82,8 +78,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconUrl.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconUrl.html index 65eac442e5..5147447e02 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconUrl.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/iconUrl.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      iconUrl property
                      +
                      - String? + String? iconUrl
                      final
                      @@ -80,8 +76,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/subtitle.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/subtitle.html index 441c92c6fc..a24ec216f9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/subtitle.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/subtitle.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      subtitle property
                      +
                      - String? + String? subtitle
                      final
                      @@ -79,8 +75,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/title.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/title.html index 089741b40d..e1058d2555 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/title.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/title.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      title property
                      +
                      - String + String title
                      final
                      @@ -79,8 +75,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/toJson.html index 62dd53622e..fa7db375a1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/toJson.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                      override
                      @@ -86,7 +80,6 @@

                      Implementation

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/type.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/type.html index 56f7cb66e0..a60175d92b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/type.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElement/type.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      type property
                      +
                      TitleElementType? @@ -80,8 +76,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType-enum-sidebar.html index 181c54a6ff..9810169ddc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType-enum-sidebar.html @@ -1,7 +1,5 @@
                        -
                      1. Constructors
                      2. -
                      3. TitleElementType
                      4. Values
                      5. GRADE
                      6. @@ -11,22 +9,47 @@
                      7. Properties
                      8. -
                      9. hashCode
                      10. -
                      11. index
                      12. -
                      13. runtimeType
                      14. + +
                      15. + hashCode +
                      16. + +
                      17. + index +
                      18. + +
                      19. + name + (ext) +
                      20. + +
                      21. + runtimeType +
                      22. Methods
                      23. -
                      24. noSuchMethod
                      25. -
                      26. toString
                      27. + +
                      28. + noSuchMethod +
                      29. + +
                      30. + toString +
                      31. Operators
                      32. -
                      33. operator ==
                      34. + +
                      35. + operator == +
                      36. -
                      37. Constants
                      38. -
                      39. values
                      40. +
                      41. Constants
                      42. +
                      43. values
                      diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType.html index e64b1e0545..0897039885 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      Inheritance
                      @@ -86,29 +81,18 @@

                      +
                      Available extensions
                      +
                      + - -
                      -

                      Constructors

                      - -
                      -
                      - TitleElementType() -
                      -
                      - -
                      const
                      -
                      -
                      -
                      -

                      Values

                      -
                      GRADE @@ -144,8 +128,8 @@

                      Values

                      Properties

                      - hashCode - int + hashCode + int
                      @@ -156,8 +140,8 @@

                      Properties

                      - index - int + index + int
                      @@ -165,11 +149,27 @@

                      Properties

                      A numeric identifier for the enumerated value.
                      no setterinherited
                      + + +
                      + name + String + + +
                      +
                      +

                      + Available on Enum, + provided by the EnumName extension +

                      + The name of the enum value. +
                      no setter
                      +
                      - runtimeType - Type + runtimeType + Type
                      @@ -181,6 +181,7 @@

                      Properties

                      +
                      Properties

                      Methods

                      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -201,8 +202,8 @@

                      Methods

                      - toString() - String + toString() + String @@ -222,8 +223,8 @@

                      Methods

                      Operators

                      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -242,11 +243,10 @@

                      Operators

                      Constants

                      -
                      values - → const List<TitleElementType> + → const List<TitleElementType>
                      @@ -259,7 +259,6 @@

                      Constants

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/TitleElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/TitleElementType.html deleted file mode 100644 index 869d07a57f..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/TitleElementType.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - TitleElementType constructor - TitleElementType - knowledge_panel library - Dart API - - - - - - - - - - - - - - - - - -
                      - -
                      - menu - -
                      TitleElementType
                      - -
                      - -
                      -
                      -
                      - -
                      -
                      -

                      TitleElementType constructor -

                      - -
                      - const - TitleElementType() -
                      - - - - - - - -
                      - - - - - -
                      - -
                      - - openfoodfacts - 3.18.1 - - - -
                      - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/values-constant.html index f9ba25b4ca..1a63a9d475 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/TitleElementType/values-constant.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      values constant
                      +
                      - List<TitleElementType> + List<TitleElementType> const values @@ -75,8 +71,8 @@

                      values constant + - - -

                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel-library.html index 47d7b198f0..d21b312d64 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel-library.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -

                      Classes

                      -
                      KnowledgePanel @@ -96,7 +90,6 @@

                      Classes

                      Enums

                      -
                      Evaluation @@ -151,9 +144,7 @@

                      Enums

                      -
                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction-enum-sidebar.html index b15d4d614e..49154411fc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction-enum-sidebar.html @@ -1,7 +1,5 @@
                        -
                      1. Constructors
                      2. -
                      3. KnowledgePanelAction
                      4. Values
                      5. addCategories
                      6. @@ -19,25 +17,53 @@
                      7. Properties
                      8. -
                      9. hashCode
                      10. -
                      11. index
                      12. -
                      13. offTag
                      14. -
                      15. runtimeType
                      16. + +
                      17. + hashCode +
                      18. + +
                      19. + index +
                      20. + +
                      21. + name + (ext) +
                      22. + +
                      23. + offTag +
                      24. + +
                      25. + runtimeType +
                      26. Methods
                      27. -
                      28. noSuchMethod
                      29. -
                      30. toString
                      31. + +
                      32. + noSuchMethod +
                      33. + +
                      34. + toString +
                      35. Operators
                      36. -
                      37. operator ==
                      38. + +
                      39. + operator == +
                      40. -
                      41. Static methods
                      42. -
                      43. fromOffTag
                      44. +
                      45. Static methods
                      46. +
                      47. fromOffTag
                      48. -
                      49. Constants
                      50. -
                      51. values
                      52. +
                      53. Constants
                      54. +
                      55. values
                      diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction.html index adf95998e2..acc4dc981c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      Inheritance
                      @@ -93,29 +88,18 @@

                      +
                      Available extensions
                      +
                      + - -
                      -

                      Constructors

                      - -
                      -
                      - KnowledgePanelAction({required String offTag}) -
                      -
                      - -
                      const
                      -
                      -
                      -
                      -

                      Values

                      -
                      addCategories @@ -277,8 +261,8 @@

                      Values

                      Properties

                      - hashCode - int + hashCode + int
                      @@ -289,8 +273,8 @@

                      Properties

                      - index - int + index + int
                      @@ -298,11 +282,27 @@

                      Properties

                      A numeric identifier for the enumerated value.
                      no setterinherited
                      + + +
                      + name + String + + +
                      +
                      +

                      + Available on Enum, + provided by the EnumName extension +

                      + The name of the enum value. +
                      no setter
                      +
                      offTag - String + String
                      @@ -313,8 +313,8 @@

                      Properties

                      - runtimeType - Type + runtimeType + Type
                      @@ -326,6 +326,7 @@

                      Properties

                      +
                      Properties

                      Methods

                      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -346,8 +347,8 @@

                      Methods

                      - toString() - String + toString() + String @@ -367,8 +368,8 @@

                      Methods

                      Operators

                      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -387,7 +388,7 @@

                      Operators

                      Static Methods

                      - fromOffTag(String? offTag) + fromOffTag(String? offTag) KnowledgePanelAction? @@ -405,11 +406,10 @@

                      Static Methods

                      Constants

                      -
                      values - → const List<KnowledgePanelAction> + → const List<KnowledgePanelAction>
                      @@ -422,7 +422,6 @@

                      Constants

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/KnowledgePanelAction.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/KnowledgePanelAction.html deleted file mode 100644 index aab661d42d..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/KnowledgePanelAction.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - KnowledgePanelAction constructor - KnowledgePanelAction - knowledge_panel_action library - Dart API - - - - - - - - - - - - - - - - - -
                      - -
                      - menu - -
                      KnowledgePanelAction
                      - -
                      - -
                      -
                      -
                      - -
                      -
                      -

                      KnowledgePanelAction constructor -

                      - -
                      - const - KnowledgePanelAction({
                      1. required String offTag,
                      2. -
                      }) -
                      - - - - - -
                      -

                      Implementation

                      -
                      const KnowledgePanelAction({
                      -  required this.offTag,
                      -});
                      -
                      - - -
                      - - - - - -
                      - -
                      - - openfoodfacts - 3.18.1 - - - -
                      - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/fromOffTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/fromOffTag.html index 373242b959..56a0b497e0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/fromOffTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/fromOffTag.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      fromOffTag static method
                      - KnowledgePanelAction? -fromOffTag(
                      1. String? offTag
                      2. +fromOffTag(
                        1. String? offTag
                        )
                        override
                        @@ -86,7 +80,6 @@

                        Implementation

                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/offTag.html index a583170942..83c3450f2f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/offTag.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      offTag property
                      +
                      - String + String offTag
                      final
                      @@ -85,8 +81,8 @@

                      Implementation

                      + - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/values-constant.html index d6916f72fb..2012d1d26b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/KnowledgePanelAction/values-constant.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -
                      values constant
                      +
                      - List<KnowledgePanelAction> + List<KnowledgePanelAction> const values @@ -75,8 +71,8 @@

                      values constant + - - -

                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action-library.html index 9aaf2c8043..66b4e7a29e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_action-library.html @@ -16,15 +16,11 @@ - - -
                      -
                      menu
                      -

                      Enums

                      -
                      KnowledgePanelAction @@ -92,9 +86,7 @@

                      Enums

                      -
                      - - -
                      -
                      openfoodfacts 3.18.1 -
                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class-sidebar.html index 5e70c05657..a5f0e87a5e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class-sidebar.html @@ -1,28 +1,58 @@
                        -
                      1. Constructors
                      2. -
                      3. KnowledgePanelActionElement
                      4. -
                      5. fromJson
                      6. +
                      7. Constructors
                      8. +
                      9. KnowledgePanelActionElement
                      10. +
                      11. fromJson
                      12. Properties
                      13. -
                      14. actions
                      15. -
                      16. hashCode
                      17. -
                      18. html
                      19. -
                      20. runtimeType
                      21. + +
                      22. + actions +
                      23. + +
                      24. + hashCode +
                      25. + +
                      26. + html +
                      27. + +
                      28. + runtimeType +
                      29. Methods
                      30. -
                      31. noSuchMethod
                      32. -
                      33. toData
                      34. -
                      35. toJson
                      36. -
                      37. toString
                      38. -
                      39. toValueString
                      40. + +
                      41. + noSuchMethod +
                      42. + +
                      43. + toData +
                      44. + +
                      45. + toJson +
                      46. + +
                      47. + toString +
                      48. + +
                      49. + toValueString +
                      50. Operators
                      51. -
                      52. operator ==
                      53. + +
                      54. + operator == +
                      55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class.html index 0e0dce3c67..2978e2e6e7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement-class.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        KnowledgePanelActionElement class
                        Inheritance
                        @@ -82,7 +77,7 @@

                        KnowledgePanelActionElement class - + @@ -92,17 +87,16 @@

                        KnowledgePanelActionElement class

                        Constructors

                        -
                        - KnowledgePanelActionElement({String? html, required List<String> actions}) + KnowledgePanelActionElement({String? html, required List<String> actions})
                        const
                        - KnowledgePanelActionElement.fromJson(Map<String, dynamic> json) + KnowledgePanelActionElement.fromJson(Map<String, dynamic> json)
                        @@ -118,7 +112,7 @@

                        Properties

                        actions - List<String> + List<String>
                        @@ -129,8 +123,8 @@

                        Properties

                        - hashCode - int + hashCode + int
                        @@ -142,7 +136,7 @@

                        Properties

                        html - String? + String?
                        @@ -153,8 +147,8 @@

                        Properties

                        - runtimeType - Type + runtimeType + Type
                        @@ -166,6 +160,7 @@

                        Properties

                        +
                        Properties

                        Methods

                        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -187,7 +182,7 @@

                        Methods

                        toData() - Map<String, String> + Map<String, String> @@ -200,7 +195,7 @@

                        Methods

                        toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -212,8 +207,8 @@

                        Methods

                        - toString() - String + toString() + String @@ -226,7 +221,7 @@

                        Methods

                        toValueString() - String + String @@ -247,8 +242,8 @@

                        Methods

                        Operators

                        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -265,9 +260,7 @@

                        Operators

                        -
                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.fromJson.html index f8e4b08aa3..c4f7996a8b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        KnowledgePanelActionElement.fromJson c
                        - KnowledgePanelActionElement.fromJson(
                        1. Map<String, dynamic> json
                        2. + KnowledgePanelActionElement.fromJson(
                          1. Map<String, dynamic> json
                          )
                        - @@ -78,7 +72,6 @@

                        Implementation

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.html index 57a527cd65..ec484db431 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/KnowledgePanelActionElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        KnowledgePanelActionElement constructo
                        const - KnowledgePanelActionElement({
                        1. String? html,
                        2. -
                        3. required List<String> actions,
                        4. + KnowledgePanelActionElement({
                          1. String? html,
                          2. +
                          3. required List<String> actions,
                          })
                        - @@ -81,7 +75,6 @@

                        Implementation

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/actions.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/actions.html index fb2e613a9b..a11cf661cc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/actions.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/actions.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        actions property
                        +
                        - List<String> + List<String> actions
                        final
                        @@ -79,8 +75,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/html.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/html.html index 11701f6a04..8c0cf646a9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/html.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/html.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        html property
                        +
                        - String? + String? html
                        final
                        @@ -79,8 +75,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/toJson.html index f92386e7a5..4efaf8c28a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelActionElement/toJson.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                        override
                        @@ -86,7 +80,6 @@

                        Implementation

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType-enum-sidebar.html index dc0e9aa838..0096a70c10 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType-enum-sidebar.html @@ -1,7 +1,5 @@
                          -
                        1. Constructors
                        2. -
                        3. KnowledgePanelColumnType
                        4. Values
                        5. TEXT
                        6. @@ -11,22 +9,47 @@
                        7. Properties
                        8. -
                        9. hashCode
                        10. -
                        11. index
                        12. -
                        13. runtimeType
                        14. + +
                        15. + hashCode +
                        16. + +
                        17. + index +
                        18. + +
                        19. + name + (ext) +
                        20. + +
                        21. + runtimeType +
                        22. Methods
                        23. -
                        24. noSuchMethod
                        25. -
                        26. toString
                        27. + +
                        28. + noSuchMethod +
                        29. + +
                        30. + toString +
                        31. Operators
                        32. -
                        33. operator ==
                        34. + +
                        35. + operator == +
                        36. -
                        37. Constants
                        38. -
                        39. values
                        40. +
                        41. Constants
                        42. +
                        43. values
                        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType.html index c07a07c7fa..c5f6c0df1f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        Inheritance
                        @@ -86,29 +81,18 @@

                        +
                        Available extensions
                        +
                        + - -
                        -

                        Constructors

                        - -
                        -
                        - KnowledgePanelColumnType() -
                        -
                        - -
                        const
                        -
                        -
                        -
                        -

                        Values

                        -
                        TEXT @@ -144,8 +128,8 @@

                        Values

                        Properties

                        - hashCode - int + hashCode + int
                        @@ -156,8 +140,8 @@

                        Properties

                        - index - int + index + int
                        @@ -165,11 +149,27 @@

                        Properties

                        A numeric identifier for the enumerated value.
                        no setterinherited
                        + + +
                        + name + String + + +
                        +
                        +

                        + Available on Enum, + provided by the EnumName extension +

                        + The name of the enum value. +
                        no setter
                        +
                        - runtimeType - Type + runtimeType + Type
                        @@ -181,6 +181,7 @@

                        Properties

                        +
                        Properties

                        Methods

                        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -201,8 +202,8 @@

                        Methods

                        - toString() - String + toString() + String @@ -222,8 +223,8 @@

                        Methods

                        Operators

                        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -242,11 +243,10 @@

                        Operators

                        Constants

                        -
                        values - → const List<KnowledgePanelColumnType> + → const List<KnowledgePanelColumnType>
                        @@ -259,7 +259,6 @@

                        Constants

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/KnowledgePanelColumnType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/KnowledgePanelColumnType.html deleted file mode 100644 index c803129e4a..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/KnowledgePanelColumnType.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - KnowledgePanelColumnType constructor - KnowledgePanelColumnType - knowledge_panel_element library - Dart API - - - - - - - - - - - - - - - - - -
                        - -
                        - menu - -
                        KnowledgePanelColumnType
                        - -
                        - -
                        -
                        -
                        - -
                        -
                        -

                        KnowledgePanelColumnType constructor -

                        - -
                        - const - KnowledgePanelColumnType() -
                        - - - - - - - -
                        - - - - - -
                        - -
                        - - openfoodfacts - 3.18.1 - - - -
                        - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/values-constant.html index 15dca3803b..eab7993499 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelColumnType/values-constant.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        values constant
                        +
                        - List<KnowledgePanelColumnType> + List<KnowledgePanelColumnType> const values @@ -75,8 +71,8 @@

                        values constant + - - -

                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class-sidebar.html index 4cc9d2d0d6..14a1b601c4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class-sidebar.html @@ -1,34 +1,82 @@
                          -
                        1. Constructors
                        2. -
                        3. KnowledgePanelElement
                        4. -
                        5. fromJson
                        6. +
                        7. Constructors
                        8. +
                        9. KnowledgePanelElement
                        10. +
                        11. fromJson
                        12. Properties
                        13. -
                        14. actionElement
                        15. -
                        16. elementType
                        17. -
                        18. hashCode
                        19. -
                        20. imageElement
                        21. -
                        22. mapElement
                        23. -
                        24. panelElement
                        25. -
                        26. panelGroupElement
                        27. -
                        28. runtimeType
                        29. -
                        30. tableElement
                        31. -
                        32. textElement
                        33. + +
                        34. + actionElement +
                        35. + +
                        36. + elementType +
                        37. + +
                        38. + hashCode +
                        39. + +
                        40. + imageElement +
                        41. + +
                        42. + mapElement +
                        43. + +
                        44. + panelElement +
                        45. + +
                        46. + panelGroupElement +
                        47. + +
                        48. + runtimeType +
                        49. + +
                        50. + tableElement +
                        51. + +
                        52. + textElement +
                        53. Methods
                        54. -
                        55. noSuchMethod
                        56. -
                        57. toData
                        58. -
                        59. toJson
                        60. -
                        61. toString
                        62. -
                        63. toValueString
                        64. + +
                        65. + noSuchMethod +
                        66. + +
                        67. + toData +
                        68. + +
                        69. + toJson +
                        70. + +
                        71. + toString +
                        72. + +
                        73. + toValueString +
                        74. Operators
                        75. -
                        76. operator ==
                        77. + +
                        78. + operator == +
                        79. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class.html index 10b0f20efd..127b9f836c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement-class.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelElement class
                          Inheritance
                          @@ -83,7 +78,7 @@

                          KnowledgePanelElement class - + @@ -93,7 +88,6 @@

                          KnowledgePanelElement class

                          Constructors

                          -
                          KnowledgePanelElement({required KnowledgePanelElementType elementType, KnowledgePanelTextElement? textElement, KnowledgePanelImageElement? imageElement, KnowledgePanelPanelIdElement? panelElement, KnowledgePanelPanelGroupElement? panelGroupElement, KnowledgePanelTableElement? tableElement, KnowledgePanelWorldMapElement? mapElement, KnowledgePanelActionElement? actionElement}) @@ -103,7 +97,7 @@

                          Constructors

                          const

                          - KnowledgePanelElement.fromJson(Map<String, dynamic> json) + KnowledgePanelElement.fromJson(Map<String, dynamic> json)
                          @@ -142,8 +136,8 @@

                          Properties

                          - hashCode - int + hashCode + int
                          @@ -202,8 +196,8 @@

                          Properties

                          - runtimeType - Type + runtimeType + Type
                          @@ -239,6 +233,7 @@

                          Properties

                          +
                          Properties

                          Methods

                          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -260,7 +255,7 @@

                          Methods

                          toData() - Map<String, String> + Map<String, String> @@ -273,7 +268,7 @@

                          Methods

                          toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -285,8 +280,8 @@

                          Methods

                          - toString() - String + toString() + String @@ -299,7 +294,7 @@

                          Methods

                          toValueString() - String + String @@ -320,8 +315,8 @@

                          Methods

                          Operators

                          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -338,9 +333,7 @@

                          Operators

                          -
                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.fromJson.html index dfcb3bcf67..0aa41265ad 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelElement.fromJson constru
                          - KnowledgePanelElement.fromJson(
                          1. Map<String, dynamic> json
                          2. + KnowledgePanelElement.fromJson(
                            1. Map<String, dynamic> json
                            )
                          - @@ -78,7 +72,6 @@

                          Implementation

                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.html index d9338d2357..79d0bf5378 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/KnowledgePanelElement.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelElement constructor
                        80. KnowledgePanelActionElement? actionElement,
                        }) - @@ -93,7 +87,6 @@

                        Implementation

                        - - - -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/actionElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/actionElement.html index 216e9454f9..5a697e5348 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/actionElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/actionElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        actionElement property
                        +
                        KnowledgePanelActionElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/elementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/elementType.html index 68b1da1ef6..7ac9bc4056 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/elementType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/elementType.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        elementType property
                        +
                        KnowledgePanelElementType @@ -82,8 +78,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/imageElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/imageElement.html index 7d40bbe111..1cd8dbaf60 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/imageElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/imageElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        imageElement property
                        +
                        KnowledgePanelImageElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/mapElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/mapElement.html index 48c1176e2b..95c0c3483f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/mapElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/mapElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        mapElement property
                        +
                        KnowledgePanelWorldMapElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelElement.html index 9bedaaf0bf..49705ea459 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        panelElement property
                        +
                        KnowledgePanelPanelIdElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelGroupElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelGroupElement.html index 1f077fe8f2..7db6114c7e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelGroupElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/panelGroupElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        panelGroupElement property
                        +
                        KnowledgePanelPanelGroupElement? @@ -77,8 +73,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/tableElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/tableElement.html index 27e851aaec..75b6d02482 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/tableElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/tableElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        tableElement property
                        +
                        KnowledgePanelTableElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/textElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/textElement.html index 402b5440a7..ebc7a021bf 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/textElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/textElement.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        textElement property
                        +
                        KnowledgePanelTextElement? @@ -80,8 +76,8 @@

                        Implementation

                        + - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/toJson.html index 502ee3ad1c..70fb47caaa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElement/toJson.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                        override
                        @@ -86,7 +80,6 @@

                        Implementation

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType-enum-sidebar.html index 2f88e4db81..949c7140ec 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType-enum-sidebar.html @@ -1,7 +1,5 @@
                          -
                        1. Constructors
                        2. -
                        3. KnowledgePanelElementType
                        4. Values
                        5. TEXT
                        6. @@ -17,22 +15,47 @@
                        7. Properties
                        8. -
                        9. hashCode
                        10. -
                        11. index
                        12. -
                        13. runtimeType
                        14. + +
                        15. + hashCode +
                        16. + +
                        17. + index +
                        18. + +
                        19. + name + (ext) +
                        20. + +
                        21. + runtimeType +
                        22. Methods
                        23. -
                        24. noSuchMethod
                        25. -
                        26. toString
                        27. + +
                        28. + noSuchMethod +
                        29. + +
                        30. + toString +
                        31. Operators
                        32. -
                        33. operator ==
                        34. + +
                        35. + operator == +
                        36. -
                        37. Constants
                        38. -
                        39. values
                        40. +
                        41. Constants
                        42. +
                        43. values
                        diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType.html index 6b36361482..8b542abab6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        Inheritance
                        @@ -86,29 +81,18 @@

                        +
                        Available extensions
                        +
                        + - -
                        -

                        Constructors

                        - -
                        -
                        - KnowledgePanelElementType() -
                        -
                        - -
                        const
                        -
                        -
                        -
                        -

                        Values

                        -
                        TEXT @@ -216,8 +200,8 @@

                        Values

                        Properties

                        - hashCode - int + hashCode + int
                        @@ -228,8 +212,8 @@

                        Properties

                        - index - int + index + int
                        @@ -237,11 +221,27 @@

                        Properties

                        A numeric identifier for the enumerated value.
                        no setterinherited
                        + + +
                        + name + String + + +
                        +
                        +

                        + Available on Enum, + provided by the EnumName extension +

                        + The name of the enum value. +
                        no setter
                        +
                        - runtimeType - Type + runtimeType + Type
                        @@ -253,6 +253,7 @@

                        Properties

                        +
                        Properties

                        Methods

                        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -273,8 +274,8 @@

                        Methods

                        - toString() - String + toString() + String @@ -294,8 +295,8 @@

                        Methods

                        Operators

                        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -314,11 +315,10 @@

                        Operators

                        Constants

                        -
                        values - → const List<KnowledgePanelElementType> + → const List<KnowledgePanelElementType>
                        @@ -331,7 +331,6 @@

                        Constants

                        - - -
                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/KnowledgePanelElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/KnowledgePanelElementType.html deleted file mode 100644 index 9f652fc2de..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/KnowledgePanelElementType.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - KnowledgePanelElementType constructor - KnowledgePanelElementType - knowledge_panel_element library - Dart API - - - - - - - - - - - - - - - - - -
                        - -
                        - menu - -
                        KnowledgePanelElementType
                        - -
                        - -
                        -
                        -
                        - -
                        -
                        -

                        KnowledgePanelElementType constructor -

                        - -
                        - const - KnowledgePanelElementType() -
                        - - - - - - - -
                        - - - - - -
                        - -
                        - - openfoodfacts - 3.18.1 - - - -
                        - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/values-constant.html index b944ea7525..01afbedd24 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelElementType/values-constant.html @@ -16,15 +16,11 @@ - - -
                        -
                        menu
                        -
                        values constant
                        +
                        - List<KnowledgePanelElementType> + List<KnowledgePanelElementType> const values @@ -75,8 +71,8 @@

                        values constant + - - -

                        -
                        openfoodfacts 3.18.1 -
                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class-sidebar.html index 035fe71b8c..19fdc5bec3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class-sidebar.html @@ -1,27 +1,54 @@
                          -
                        1. Constructors
                        2. -
                        3. KnowledgePanelGeoPointer
                        4. -
                        5. fromJson
                        6. +
                        7. Constructors
                        8. +
                        9. KnowledgePanelGeoPointer
                        10. +
                        11. fromJson
                        12. Properties
                        13. -
                        14. geo
                        15. -
                        16. hashCode
                        17. -
                        18. runtimeType
                        19. + +
                        20. + geo +
                        21. + +
                        22. + hashCode +
                        23. + +
                        24. + runtimeType +
                        25. Methods
                        26. -
                        27. noSuchMethod
                        28. -
                        29. toData
                        30. -
                        31. toJson
                        32. -
                        33. toString
                        34. -
                        35. toValueString
                        36. + +
                        37. + noSuchMethod +
                        38. + +
                        39. + toData +
                        40. + +
                        41. + toJson +
                        42. + +
                        43. + toString +
                        44. + +
                        45. + toValueString +
                        46. Operators
                        47. -
                        48. operator ==
                        49. + +
                        50. + operator == +
                        51. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class.html index e1bdfde621..b183b2a203 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer-class.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelGeoPointer class
                          Inheritance
                          @@ -82,7 +77,7 @@

                          KnowledgePanelGeoPointer class - + @@ -92,7 +87,6 @@

                          KnowledgePanelGeoPointer class

                          Constructors

                          -
                          KnowledgePanelGeoPointer({KnowledgePanelLatLng? geo}) @@ -102,7 +96,7 @@

                          Constructors

                          const

                          - KnowledgePanelGeoPointer.fromJson(Map<String, dynamic> json) + KnowledgePanelGeoPointer.fromJson(Map<String, dynamic> json)
                          @@ -129,8 +123,8 @@

                          Properties

                          - hashCode - int + hashCode + int
                          @@ -141,8 +135,8 @@

                          Properties

                          - runtimeType - Type + runtimeType + Type
                          @@ -154,6 +148,7 @@

                          Properties

                          +
                          Properties

                          Methods

                          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -175,7 +170,7 @@

                          Methods

                          toData() - Map<String, String> + Map<String, String> @@ -188,7 +183,7 @@

                          Methods

                          toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -200,8 +195,8 @@

                          Methods

                          - toString() - String + toString() + String @@ -214,7 +209,7 @@

                          Methods

                          toValueString() - String + String @@ -235,8 +230,8 @@

                          Methods

                          Operators

                          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -253,9 +248,7 @@

                          Operators

                          -
                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.fromJson.html index d5c776481b..49786634bd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.fromJson.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelGeoPointer.fromJson cons
                          - KnowledgePanelGeoPointer.fromJson(
                          1. Map<String, dynamic> json
                          2. + KnowledgePanelGeoPointer.fromJson(
                            1. Map<String, dynamic> json
                            )
                          - @@ -78,7 +72,6 @@

                          Implementation

                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.html index feff51d542..fa8f9d7d5d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/KnowledgePanelGeoPointer.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          KnowledgePanelGeoPointer constructor KnowledgePanelGeoPointer({
                          1. KnowledgePanelLatLng? geo,
                          }) - @@ -79,7 +73,6 @@

                          Implementation

                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/geo.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/geo.html index 62135c3bb1..b79e79a716 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/geo.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/geo.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          geo property
                          +
                          KnowledgePanelLatLng? @@ -76,8 +72,8 @@

                          Implementation

                          + - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/toJson.html index 43abfd92a0..b3798cbab2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelGeoPointer/toJson.html @@ -16,15 +16,11 @@ - - -
                          -
                          menu
                          -
                          toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                          override
                          @@ -86,7 +80,6 @@

                          Implementation

                          - - -
                          -
                          openfoodfacts 3.18.1 -
                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class-sidebar.html index 70b18a1fd9..d5ad963115 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class-sidebar.html @@ -1,31 +1,70 @@
                            -
                          1. Constructors
                          2. -
                          3. KnowledgePanelImageElement
                          4. -
                          5. fromJson
                          6. +
                          7. Constructors
                          8. +
                          9. KnowledgePanelImageElement
                          10. +
                          11. fromJson
                          12. Properties
                          13. -
                          14. altText
                          15. -
                          16. hashCode
                          17. -
                          18. height
                          19. -
                          20. linkUrl
                          21. -
                          22. runtimeType
                          23. -
                          24. url
                          25. -
                          26. width
                          27. + +
                          28. + altText +
                          29. + +
                          30. + hashCode +
                          31. + +
                          32. + height +
                          33. + +
                          34. + linkUrl +
                          35. + +
                          36. + runtimeType +
                          37. + +
                          38. + url +
                          39. + +
                          40. + width +
                          41. Methods
                          42. -
                          43. noSuchMethod
                          44. -
                          45. toData
                          46. -
                          47. toJson
                          48. -
                          49. toString
                          50. -
                          51. toValueString
                          52. + +
                          53. + noSuchMethod +
                          54. + +
                          55. + toData +
                          56. + +
                          57. + toJson +
                          58. + +
                          59. + toString +
                          60. + +
                          61. + toValueString +
                          62. Operators
                          63. -
                          64. operator ==
                          65. + +
                          66. + operator == +
                          67. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class.html index c132c0081c..f245bb95e3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement-class.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            KnowledgePanelImageElement class
                            Inheritance
                            @@ -82,7 +77,7 @@

                            KnowledgePanelImageElement class - + @@ -92,17 +87,16 @@

                            KnowledgePanelImageElement class

                            Constructors

                            -
                            - KnowledgePanelImageElement({required String url, int? width, int? height, String? altText, String? linkUrl}) + KnowledgePanelImageElement({required String url, int? width, int? height, String? altText, String? linkUrl})
                            const
                            - KnowledgePanelImageElement.fromJson(Map<String, dynamic> json) + KnowledgePanelImageElement.fromJson(Map<String, dynamic> json)
                            @@ -118,7 +112,7 @@

                            Properties

                            altText - String? + String?
                            @@ -129,8 +123,8 @@

                            Properties

                            - hashCode - int + hashCode + int
                            @@ -142,7 +136,7 @@

                            Properties

                            height - int? + int?
                            @@ -154,7 +148,7 @@

                            Properties

                            linkUrl - String? + String?
                            @@ -165,8 +159,8 @@

                            Properties

                            - runtimeType - Type + runtimeType + Type
                            @@ -178,7 +172,7 @@

                            Properties

                            url - String + String
                            @@ -190,7 +184,7 @@

                            Properties

                            width - int? + int?
                            @@ -202,6 +196,7 @@

                            Properties

                            +
                            Properties

                            Methods

                            - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -223,7 +218,7 @@

                            Methods

                            toData() - Map<String, String> + Map<String, String> @@ -236,7 +231,7 @@

                            Methods

                            toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -248,8 +243,8 @@

                            Methods

                            - toString() - String + toString() + String @@ -262,7 +257,7 @@

                            Methods

                            toValueString() - String + String @@ -283,8 +278,8 @@

                            Methods

                            Operators

                            - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -301,9 +296,7 @@

                            Operators

                            -
                            - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.fromJson.html index 70efe0749a..ac7f5778fd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            KnowledgePanelImageElement.fromJson co
                            - KnowledgePanelImageElement.fromJson(
                            1. Map<String, dynamic> json
                            2. + KnowledgePanelImageElement.fromJson(
                              1. Map<String, dynamic> json
                              )
                            - @@ -78,7 +72,6 @@

                            Implementation

                            - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.html index 76f837f30b..3b1247282d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/KnowledgePanelImageElement.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            KnowledgePanelImageElement constructor
                            const - KnowledgePanelImageElement({
                            1. required String url,
                            2. -
                            3. int? width,
                            4. -
                            5. int? height,
                            6. -
                            7. String? altText,
                            8. -
                            9. String? linkUrl,
                            10. + KnowledgePanelImageElement({
                              1. required String url,
                              2. +
                              3. int? width,
                              4. +
                              5. int? height,
                              6. +
                              7. String? altText,
                              8. +
                              9. String? linkUrl,
                              })
                            - @@ -82,7 +76,6 @@

                            Implementation

                            - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/altText.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/altText.html index f221baecc6..b97733ce50 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/altText.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/altText.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            altText property
                            +
                            - String? + String? altText
                            final
                            @@ -80,8 +76,8 @@

                            Implementation

                            + - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/height.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/height.html index e9f7946e02..1f22174b2d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/height.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/height.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            height property
                            +
                            - int? + int? height
                            final
                            @@ -81,8 +77,8 @@

                            Implementation

                            + - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/linkUrl.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/linkUrl.html index 19b8a80251..66f2a0cf7f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/linkUrl.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/linkUrl.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            linkUrl property
                            +
                            - String? + String? linkUrl
                            final
                            @@ -80,8 +76,8 @@

                            Implementation

                            + - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/toJson.html index 5b1536bf92..c7b5c91542 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/toJson.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                            override
                            @@ -86,7 +80,6 @@

                            Implementation

                            - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/url.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/url.html index 303438b043..d1ee6f8c47 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/url.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/url.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            url property
                            +
                            - String + String url
                            final
                            @@ -79,8 +75,8 @@

                            Implementation

                            + - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/width.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/width.html index a9695b6382..2c24f52bb1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/width.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelImageElement/width.html @@ -16,15 +16,11 @@ - - -
                            -
                            menu
                            -
                            width property
                            +
                            - int? + int? width
                            final
                            @@ -81,8 +77,8 @@

                            Implementation

                            + - - -
                            -
                            openfoodfacts 3.18.1 -
                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class-sidebar.html index 0be37c6d4c..94a0d44603 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class-sidebar.html @@ -1,28 +1,58 @@
                              -
                            1. Constructors
                            2. -
                            3. KnowledgePanelLatLng
                            4. -
                            5. fromJson
                            6. +
                            7. Constructors
                            8. +
                            9. KnowledgePanelLatLng
                            10. +
                            11. fromJson
                            12. Properties
                            13. -
                            14. hashCode
                            15. -
                            16. lat
                            17. -
                            18. lng
                            19. -
                            20. runtimeType
                            21. + +
                            22. + hashCode +
                            23. + +
                            24. + lat +
                            25. + +
                            26. + lng +
                            27. + +
                            28. + runtimeType +
                            29. Methods
                            30. -
                            31. noSuchMethod
                            32. -
                            33. toData
                            34. -
                            35. toJson
                            36. -
                            37. toString
                            38. -
                            39. toValueString
                            40. + +
                            41. + noSuchMethod +
                            42. + +
                            43. + toData +
                            44. + +
                            45. + toJson +
                            46. + +
                            47. + toString +
                            48. + +
                            49. + toValueString +
                            50. Operators
                            51. -
                            52. operator ==
                            53. + +
                            54. + operator == +
                            55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class.html index eec54a94bf..91b8242852 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng-class.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              KnowledgePanelLatLng class
                              Inheritance
                              @@ -82,7 +77,7 @@

                              KnowledgePanelLatLng class - + @@ -92,17 +87,16 @@

                              KnowledgePanelLatLng class

                              Constructors

                              -
                              - KnowledgePanelLatLng({required double lat, required double lng}) + KnowledgePanelLatLng({required double lat, required double lng})
                              const
                              - KnowledgePanelLatLng.fromJson(Map<String, dynamic> json) + KnowledgePanelLatLng.fromJson(Map<String, dynamic> json)
                              @@ -117,8 +111,8 @@

                              Constructors

                              Properties

                              - hashCode - int + hashCode + int
                              @@ -130,7 +124,7 @@

                              Properties

                              lat - double + double
                              @@ -142,7 +136,7 @@

                              Properties

                              lng - double + double
                              @@ -153,8 +147,8 @@

                              Properties

                              - runtimeType - Type + runtimeType + Type
                              @@ -166,6 +160,7 @@

                              Properties

                              +
                              Properties

                              Methods

                              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -187,7 +182,7 @@

                              Methods

                              toData() - Map<String, String> + Map<String, String> @@ -200,7 +195,7 @@

                              Methods

                              toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -212,8 +207,8 @@

                              Methods

                              - toString() - String + toString() + String @@ -226,7 +221,7 @@

                              Methods

                              toValueString() - String + String @@ -247,8 +242,8 @@

                              Methods

                              Operators

                              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -265,9 +260,7 @@

                              Operators

                              -
                              - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.fromJson.html index 4425711821..35093ce639 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.fromJson.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              KnowledgePanelLatLng.fromJson construc
                              - KnowledgePanelLatLng.fromJson(
                              1. Map<String, dynamic> json
                              2. + KnowledgePanelLatLng.fromJson(
                                1. Map<String, dynamic> json
                                )
                              - @@ -78,7 +72,6 @@

                              Implementation

                              - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.html index 94b8855b13..febd052063 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/KnowledgePanelLatLng.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              KnowledgePanelLatLng constructor
                              const - KnowledgePanelLatLng({
                              1. required double lat,
                              2. -
                              3. required double lng,
                              4. + KnowledgePanelLatLng({
                                1. required double lat,
                                2. +
                                3. required double lng,
                                })
                              - @@ -81,7 +75,6 @@

                              Implementation

                              - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lat.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lat.html index a38b21fb83..b9bb80f26d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lat.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lat.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              lat property
                              +
                              - double + double lat
                              final
                              @@ -76,8 +72,8 @@

                              Implementation

                              + - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lng.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lng.html index 74169545f3..3f08838a75 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lng.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/lng.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              lng property
                              +
                              - double + double lng
                              final
                              @@ -76,8 +72,8 @@

                              Implementation

                              + - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/toJson.html index 6d9f4391e9..e1d4341e85 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelLatLng/toJson.html @@ -16,15 +16,11 @@ - - -
                              -
                              menu
                              -
                              toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                              override
                              @@ -86,7 +80,6 @@

                              Implementation

                              - - -
                              -
                              openfoodfacts 3.18.1 -
                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class-sidebar.html index 61a50ed52f..288028128b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class-sidebar.html @@ -1,28 +1,58 @@
                                -
                              1. Constructors
                              2. -
                              3. KnowledgePanelPanelGroupElement
                              4. -
                              5. fromJson
                              6. +
                              7. Constructors
                              8. +
                              9. KnowledgePanelPanelGroupElement
                              10. +
                              11. fromJson
                              12. Properties
                              13. -
                              14. hashCode
                              15. -
                              16. panelIds
                              17. -
                              18. runtimeType
                              19. -
                              20. title
                              21. + +
                              22. + hashCode +
                              23. + +
                              24. + panelIds +
                              25. + +
                              26. + runtimeType +
                              27. + +
                              28. + title +
                              29. Methods
                              30. -
                              31. noSuchMethod
                              32. -
                              33. toData
                              34. -
                              35. toJson
                              36. -
                              37. toString
                              38. -
                              39. toValueString
                              40. + +
                              41. + noSuchMethod +
                              42. + +
                              43. + toData +
                              44. + +
                              45. + toJson +
                              46. + +
                              47. + toString +
                              48. + +
                              49. + toValueString +
                              50. Operators
                              51. -
                              52. operator ==
                              53. + +
                              54. + operator == +
                              55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class.html index 44af47b42a..97b4a6907e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement-class.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                KnowledgePanelPanelGroupElement class
                                Inheritance
                                @@ -82,7 +77,7 @@

                                KnowledgePanelPanelGroupElement class - + @@ -92,17 +87,16 @@

                                KnowledgePanelPanelGroupElement class

                                Constructors

                                -
                                - KnowledgePanelPanelGroupElement({required String? title, required List<String> panelIds}) + KnowledgePanelPanelGroupElement({required String? title, required List<String> panelIds})
                                const
                                - KnowledgePanelPanelGroupElement.fromJson(Map<String, dynamic> json) + KnowledgePanelPanelGroupElement.fromJson(Map<String, dynamic> json)
                                @@ -117,8 +111,8 @@

                                Constructors

                                Properties

                                - hashCode - int + hashCode + int
                                @@ -130,7 +124,7 @@

                                Properties

                                panelIds - List<String> + List<String>
                                @@ -141,8 +135,8 @@

                                Properties

                                - runtimeType - Type + runtimeType + Type
                                @@ -154,7 +148,7 @@

                                Properties

                                title - String? + String?
                                @@ -166,6 +160,7 @@

                                Properties

                                +
                                Properties

                                Methods

                                - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -187,7 +182,7 @@

                                Methods

                                toData() - Map<String, String> + Map<String, String> @@ -200,7 +195,7 @@

                                Methods

                                toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -212,8 +207,8 @@

                                Methods

                                - toString() - String + toString() + String @@ -226,7 +221,7 @@

                                Methods

                                toValueString() - String + String @@ -247,8 +242,8 @@

                                Methods

                                Operators

                                - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -265,9 +260,7 @@

                                Operators

                                -
                                - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.fromJson.html index c27be3295b..d4ba272eef 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                KnowledgePanelPanelGroupElement.fromJson - KnowledgePanelPanelGroupElement.fromJson(
                                1. Map<String, dynamic> json
                                2. + KnowledgePanelPanelGroupElement.fromJson(
                                  1. Map<String, dynamic> json
                                  ) - @@ -78,7 +72,6 @@

                                  Implementation

                                - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.html index 26ac64a672..46afeaeb4d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/KnowledgePanelPanelGroupElement.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                KnowledgePanelPanelGroupElement constr
                                const - KnowledgePanelPanelGroupElement({
                                1. required String? title,
                                2. -
                                3. required List<String> panelIds,
                                4. + KnowledgePanelPanelGroupElement({
                                  1. required String? title,
                                  2. +
                                  3. required List<String> panelIds,
                                  })
                                - @@ -79,7 +73,6 @@

                                Implementation

                                - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/panelIds.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/panelIds.html index fdd2748e79..c44df3a2a7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/panelIds.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/panelIds.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                panelIds property
                                +
                                - List<String> + List<String> panelIds
                                final
                                @@ -80,8 +76,8 @@

                                Implementation

                                + - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/title.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/title.html index ded9b02a40..212a68714d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/title.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/title.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                title property
                                +
                                - String? + String? title
                                final
                                @@ -79,8 +75,8 @@

                                Implementation

                                + - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/toJson.html index f570cafacf..e789d77789 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelGroupElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                -
                                menu
                                -
                                toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                override
                                @@ -87,7 +81,6 @@

                                Implementation

                                - - -
                                -
                                openfoodfacts 3.18.1 -
                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class-sidebar.html index 3570a158dc..25c0381ba2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class-sidebar.html @@ -1,27 +1,54 @@
                                  -
                                1. Constructors
                                2. -
                                3. KnowledgePanelPanelIdElement
                                4. -
                                5. fromJson
                                6. +
                                7. Constructors
                                8. +
                                9. KnowledgePanelPanelIdElement
                                10. +
                                11. fromJson
                                12. Properties
                                13. -
                                14. hashCode
                                15. -
                                16. panelId
                                17. -
                                18. runtimeType
                                19. + +
                                20. + hashCode +
                                21. + +
                                22. + panelId +
                                23. + +
                                24. + runtimeType +
                                25. Methods
                                26. -
                                27. noSuchMethod
                                28. -
                                29. toData
                                30. -
                                31. toJson
                                32. -
                                33. toString
                                34. -
                                35. toValueString
                                36. + +
                                37. + noSuchMethod +
                                38. + +
                                39. + toData +
                                40. + +
                                41. + toJson +
                                42. + +
                                43. + toString +
                                44. + +
                                45. + toValueString +
                                46. Operators
                                47. -
                                48. operator ==
                                49. + +
                                50. + operator == +
                                51. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class.html index 5120519e32..0d4735a42f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement-class.html @@ -16,15 +16,11 @@ - - -
                                  -
                                  menu
                                  -
                                  KnowledgePanelPanelIdElement class
                                  Inheritance
                                  @@ -84,7 +79,7 @@

                                  KnowledgePanelPanelIdElement class - + @@ -94,17 +89,16 @@

                                  KnowledgePanelPanelIdElement class

                                  Constructors

                                  -
                                  - KnowledgePanelPanelIdElement({required String panelId}) + KnowledgePanelPanelIdElement({required String panelId})
                                  const
                                  - KnowledgePanelPanelIdElement.fromJson(Map<String, dynamic> json) + KnowledgePanelPanelIdElement.fromJson(Map<String, dynamic> json)
                                  @@ -119,8 +113,8 @@

                                  Constructors

                                  Properties

                                  - hashCode - int + hashCode + int
                                  @@ -132,7 +126,7 @@

                                  Properties

                                  panelId - String + String
                                  @@ -143,8 +137,8 @@

                                  Properties

                                  - runtimeType - Type + runtimeType + Type
                                  @@ -156,6 +150,7 @@

                                  Properties

                                  +
                                  Properties

                                  Methods

                                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -177,7 +172,7 @@

                                  Methods

                                  toData() - Map<String, String> + Map<String, String> @@ -190,7 +185,7 @@

                                  Methods

                                  toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -202,8 +197,8 @@

                                  Methods

                                  - toString() - String + toString() + String @@ -216,7 +211,7 @@

                                  Methods

                                  toValueString() - String + String @@ -237,8 +232,8 @@

                                  Methods

                                  Operators

                                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -255,9 +250,7 @@

                                  Operators

                                  -
                                  - - -
                                  -
                                  openfoodfacts 3.18.1 -
                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.fromJson.html index b57ef32910..405a098dab 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                  -
                                  menu
                                  -
                                  KnowledgePanelPanelIdElement.fromJson
                                  - KnowledgePanelPanelIdElement.fromJson(
                                  1. Map<String, dynamic> json
                                  2. + KnowledgePanelPanelIdElement.fromJson(
                                    1. Map<String, dynamic> json
                                    )
                                  - @@ -78,7 +72,6 @@

                                  Implementation

                                  - - -
                                  -
                                  openfoodfacts 3.18.1 -
                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.html index e597091922..cd6afed1df 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/KnowledgePanelPanelIdElement.html @@ -16,15 +16,11 @@ - - -
                                  -
                                  menu
                                  -
                                  KnowledgePanelPanelIdElement construct
                                  const - KnowledgePanelPanelIdElement({
                                  1. required String panelId,
                                  2. + KnowledgePanelPanelIdElement({
                                    1. required String panelId,
                                    })
                                  - @@ -77,7 +71,6 @@

                                  Implementation

                                  - - -
                                  -
                                  openfoodfacts 3.18.1 -
                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/panelId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/panelId.html index b7faee1bb5..1921e4353b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/panelId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/panelId.html @@ -16,15 +16,11 @@ - - -
                                  -
                                  menu
                                  -
                                  panelId property
                                  +
                                  - String + String panelId
                                  final
                                  @@ -77,8 +73,8 @@

                                  Implementation

                                  + - - -
                                  -
                                  openfoodfacts 3.18.1 -
                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/toJson.html index 534ee2fd83..b3bfe8be29 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelPanelIdElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                  -
                                  menu
                                  -
                                  toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                  override
                                  @@ -86,7 +80,6 @@

                                  Implementation

                                  - - -
                                  -
                                  openfoodfacts 3.18.1 -
                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class-sidebar.html index 4c348d1dfa..291385f387 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class-sidebar.html @@ -1,30 +1,66 @@
                                    -
                                  1. Constructors
                                  2. -
                                  3. KnowledgePanelTableCell
                                  4. -
                                  5. fromJson
                                  6. +
                                  7. Constructors
                                  8. +
                                  9. KnowledgePanelTableCell
                                  10. +
                                  11. fromJson
                                  12. Properties
                                  13. -
                                  14. evaluation
                                  15. -
                                  16. hashCode
                                  17. -
                                  18. iconUrl
                                  19. -
                                  20. percent
                                  21. -
                                  22. runtimeType
                                  23. -
                                  24. text
                                  25. + +
                                  26. + evaluation +
                                  27. + +
                                  28. + hashCode +
                                  29. + +
                                  30. + iconUrl +
                                  31. + +
                                  32. + percent +
                                  33. + +
                                  34. + runtimeType +
                                  35. + +
                                  36. + text +
                                  37. Methods
                                  38. -
                                  39. noSuchMethod
                                  40. -
                                  41. toData
                                  42. -
                                  43. toJson
                                  44. -
                                  45. toString
                                  46. -
                                  47. toValueString
                                  48. + +
                                  49. + noSuchMethod +
                                  50. + +
                                  51. + toData +
                                  52. + +
                                  53. + toJson +
                                  54. + +
                                  55. + toString +
                                  56. + +
                                  57. + toValueString +
                                  58. Operators
                                  59. -
                                  60. operator ==
                                  61. + +
                                  62. + operator == +
                                  63. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class.html index e308c464e7..9f8434eefe 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell-class.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    KnowledgePanelTableCell class
                                    Inheritance
                                    @@ -82,7 +77,7 @@

                                    KnowledgePanelTableCell class - + @@ -92,17 +87,16 @@

                                    KnowledgePanelTableCell class

                                    Constructors

                                    -
                                    - KnowledgePanelTableCell({required String text, double? percent, String? iconUrl, Evaluation? evaluation}) + KnowledgePanelTableCell({required String text, double? percent, String? iconUrl, Evaluation? evaluation})
                                    const
                                    - KnowledgePanelTableCell.fromJson(Map<String, dynamic> json) + KnowledgePanelTableCell.fromJson(Map<String, dynamic> json)
                                    @@ -129,8 +123,8 @@

                                    Properties

                                    - hashCode - int + hashCode + int
                                    @@ -142,7 +136,7 @@

                                    Properties

                                    iconUrl - String? + String?
                                    @@ -154,7 +148,7 @@

                                    Properties

                                    percent - double? + double?
                                    @@ -165,8 +159,8 @@

                                    Properties

                                    - runtimeType - Type + runtimeType + Type
                                    @@ -178,7 +172,7 @@

                                    Properties

                                    text - String + String
                                    @@ -190,6 +184,7 @@

                                    Properties

                                    +
                                    Properties

                                    Methods

                                    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -211,7 +206,7 @@

                                    Methods

                                    toData() - Map<String, String> + Map<String, String> @@ -224,7 +219,7 @@

                                    Methods

                                    toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -236,8 +231,8 @@

                                    Methods

                                    - toString() - String + toString() + String @@ -250,7 +245,7 @@

                                    Methods

                                    toValueString() - String + String @@ -271,8 +266,8 @@

                                    Methods

                                    Operators

                                    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -289,9 +284,7 @@

                                    Operators

                                    -
                                    - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.fromJson.html index 342c314f5d..e8603fb629 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.fromJson.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    KnowledgePanelTableCell.fromJson const
                                    - KnowledgePanelTableCell.fromJson(
                                    1. Map<String, dynamic> json
                                    2. + KnowledgePanelTableCell.fromJson(
                                      1. Map<String, dynamic> json
                                      )
                                    - @@ -78,7 +72,6 @@

                                    Implementation

                                    - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.html index e0be1d66dd..7dd5c1dcfd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/KnowledgePanelTableCell.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    KnowledgePanelTableCell constructor
                                    const - KnowledgePanelTableCell({
                                    1. required String text,
                                    2. -
                                    3. double? percent,
                                    4. -
                                    5. String? iconUrl,
                                    6. + KnowledgePanelTableCell({
                                      1. required String text,
                                      2. +
                                      3. double? percent,
                                      4. +
                                      5. String? iconUrl,
                                      6. Evaluation? evaluation,
                                      })
                                    - @@ -81,7 +75,6 @@

                                    Implementation

                                    - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/evaluation.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/evaluation.html index 2fecc02211..0b0cbd4d1d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/evaluation.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/evaluation.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    evaluation property
                                    +
                                    Evaluation? @@ -80,8 +76,8 @@

                                    Implementation

                                    + - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/iconUrl.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/iconUrl.html index 1e6955bef4..aaef4676c3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/iconUrl.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/iconUrl.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    iconUrl property
                                    +
                                    - String? + String? iconUrl
                                    final
                                    @@ -77,8 +73,8 @@

                                    Implementation

                                    + - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/percent.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/percent.html index 4674cd4ad2..dd0d90d491 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/percent.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/percent.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    percent property
                                    +
                                    - double? + double? percent
                                    final
                                    @@ -76,8 +72,8 @@

                                    Implementation

                                    + - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/text.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/text.html index 3b03f39562..1d99373782 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/text.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/text.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    text property
                                    +
                                    - String + String text
                                    final
                                    @@ -76,8 +72,8 @@

                                    Implementation

                                    + - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/toJson.html index 20701a9bfb..2497922d4d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableCell/toJson.html @@ -16,15 +16,11 @@ - - -
                                    -
                                    menu
                                    -
                                    toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                    override
                                    @@ -86,7 +80,6 @@

                                    Implementation

                                    - - -
                                    -
                                    openfoodfacts 3.18.1 -
                                    - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class-sidebar.html index a4be943be7..0d1b06b1b7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class-sidebar.html @@ -1,32 +1,74 @@
                                      -
                                    1. Constructors
                                    2. -
                                    3. KnowledgePanelTableColumn
                                    4. -
                                    5. fromJson
                                    6. +
                                    7. Constructors
                                    8. +
                                    9. KnowledgePanelTableColumn
                                    10. +
                                    11. fromJson
                                    12. Properties
                                    13. -
                                    14. columnGroupId
                                    15. -
                                    16. hashCode
                                    17. -
                                    18. runtimeType
                                    19. -
                                    20. showByDefault
                                    21. -
                                    22. style
                                    23. -
                                    24. text
                                    25. -
                                    26. textForSmallScreens
                                    27. -
                                    28. type
                                    29. + +
                                    30. + columnGroupId +
                                    31. + +
                                    32. + hashCode +
                                    33. + +
                                    34. + runtimeType +
                                    35. + +
                                    36. + showByDefault +
                                    37. + +
                                    38. + style +
                                    39. + +
                                    40. + text +
                                    41. + +
                                    42. + textForSmallScreens +
                                    43. + +
                                    44. + type +
                                    45. Methods
                                    46. -
                                    47. noSuchMethod
                                    48. -
                                    49. toData
                                    50. -
                                    51. toJson
                                    52. -
                                    53. toString
                                    54. -
                                    55. toValueString
                                    56. + +
                                    57. + noSuchMethod +
                                    58. + +
                                    59. + toData +
                                    60. + +
                                    61. + toJson +
                                    62. + +
                                    63. + toString +
                                    64. + +
                                    65. + toValueString +
                                    66. Operators
                                    67. -
                                    68. operator ==
                                    69. + +
                                    70. + operator == +
                                    71. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class.html index 57a5cf289b..9129c7cce1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn-class.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      KnowledgePanelTableColumn class
                                      Inheritance
                                      @@ -82,7 +77,7 @@

                                      KnowledgePanelTableColumn class - + @@ -92,17 +87,16 @@

                                      KnowledgePanelTableColumn class

                                      Constructors

                                      -
                                      - KnowledgePanelTableColumn({required String text, required KnowledgePanelColumnType? type, String? textForSmallScreens, bool? showByDefault, String? columnGroupId, String? style}) + KnowledgePanelTableColumn({required String text, required KnowledgePanelColumnType? type, String? textForSmallScreens, bool? showByDefault, String? columnGroupId, String? style})
                                      const
                                      - KnowledgePanelTableColumn.fromJson(Map<String, dynamic> json) + KnowledgePanelTableColumn.fromJson(Map<String, dynamic> json)
                                      @@ -118,7 +112,7 @@

                                      Properties

                                      columnGroupId - String? + String?
                                      @@ -129,8 +123,8 @@

                                      Properties

                                      - hashCode - int + hashCode + int
                                      @@ -141,8 +135,8 @@

                                      Properties

                                      - runtimeType - Type + runtimeType + Type
                                      @@ -154,7 +148,7 @@

                                      Properties

                                      showByDefault - bool? + bool?
                                      @@ -166,7 +160,7 @@

                                      Properties

                                      style - String? + String?
                                      @@ -178,7 +172,7 @@

                                      Properties

                                      text - String + String
                                      @@ -190,7 +184,7 @@

                                      Properties

                                      textForSmallScreens - String? + String?
                                      @@ -214,6 +208,7 @@

                                      Properties

                                      +
                                      Properties

                                      Methods

                                      - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -235,7 +230,7 @@

                                      Methods

                                      toData() - Map<String, String> + Map<String, String> @@ -248,7 +243,7 @@

                                      Methods

                                      toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -260,8 +255,8 @@

                                      Methods

                                      - toString() - String + toString() + String @@ -274,7 +269,7 @@

                                      Methods

                                      toValueString() - String + String @@ -295,8 +290,8 @@

                                      Methods

                                      Operators

                                      - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -313,9 +308,7 @@

                                      Operators

                                      -
                                      - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.fromJson.html index 817d574347..3a4d34a296 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.fromJson.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      KnowledgePanelTableColumn.fromJson con
                                      - KnowledgePanelTableColumn.fromJson(
                                      1. Map<String, dynamic> json
                                      2. + KnowledgePanelTableColumn.fromJson(
                                        1. Map<String, dynamic> json
                                        )
                                      - @@ -78,7 +72,6 @@

                                      Implementation

                                      - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.html index eebec705be..46b94372f0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/KnowledgePanelTableColumn.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      KnowledgePanelTableColumn constructor
                                      const - KnowledgePanelTableColumn({
                                      1. required String text,
                                      2. + KnowledgePanelTableColumn({
                                        1. required String text,
                                        2. required KnowledgePanelColumnType? type,
                                        3. -
                                        4. String? textForSmallScreens,
                                        5. -
                                        6. bool? showByDefault,
                                        7. -
                                        8. String? columnGroupId,
                                        9. -
                                        10. String? style,
                                        11. +
                                        12. String? textForSmallScreens,
                                        13. +
                                        14. bool? showByDefault,
                                        15. +
                                        16. String? columnGroupId,
                                        17. +
                                        18. String? style,
                                        })
                                      - @@ -89,7 +83,6 @@

                                      Implementation

                                      - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/columnGroupId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/columnGroupId.html index cabaaa0c22..978a1766ea 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/columnGroupId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/columnGroupId.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      columnGroupId property
                                      +
                                      - String? + String? columnGroupId
                                      final
                                      @@ -77,8 +73,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/showByDefault.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/showByDefault.html index a0299c78fa..addba29f4f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/showByDefault.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/showByDefault.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      showByDefault property
                                      +
                                      - bool? + bool? showByDefault
                                      final
                                      @@ -77,8 +73,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/style.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/style.html index 04a51a253a..53f51192bf 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/style.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/style.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      style property
                                      +
                                      - String? + String? style
                                      final
                                      @@ -76,8 +72,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/text.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/text.html index 7e144f21d5..2d38809694 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/text.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/text.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      text property
                                      +
                                      - String + String text
                                      final
                                      @@ -76,8 +72,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/textForSmallScreens.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/textForSmallScreens.html index 1ee19369fd..8ad60ca927 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/textForSmallScreens.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/textForSmallScreens.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      textForSmallScreens property
                                      +
                                      - String? + String? textForSmallScreens
                                      final
                                      @@ -77,8 +73,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/toJson.html index 383bd04294..875052b22d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/toJson.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                      override
                                      @@ -86,7 +80,6 @@

                                      Implementation

                                      - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/type.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/type.html index 4a18a7d986..928bcd6984 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/type.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableColumn/type.html @@ -16,15 +16,11 @@ - - -
                                      -
                                      menu
                                      -
                                      type property
                                      +
                                      KnowledgePanelColumnType? @@ -77,8 +73,8 @@

                                      Implementation

                                      + - - -
                                      -
                                      openfoodfacts 3.18.1 -
                                      - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class-sidebar.html index aa77a665d6..85b6fa4a1e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class-sidebar.html @@ -1,30 +1,66 @@
                                        -
                                      1. Constructors
                                      2. -
                                      3. KnowledgePanelTableElement
                                      4. -
                                      5. fromJson
                                      6. +
                                      7. Constructors
                                      8. +
                                      9. KnowledgePanelTableElement
                                      10. +
                                      11. fromJson
                                      12. Properties
                                      13. -
                                      14. columns
                                      15. -
                                      16. hashCode
                                      17. -
                                      18. id
                                      19. -
                                      20. rows
                                      21. -
                                      22. runtimeType
                                      23. -
                                      24. title
                                      25. + +
                                      26. + columns +
                                      27. + +
                                      28. + hashCode +
                                      29. + +
                                      30. + id +
                                      31. + +
                                      32. + rows +
                                      33. + +
                                      34. + runtimeType +
                                      35. + +
                                      36. + title +
                                      37. Methods
                                      38. -
                                      39. noSuchMethod
                                      40. -
                                      41. toData
                                      42. -
                                      43. toJson
                                      44. -
                                      45. toString
                                      46. -
                                      47. toValueString
                                      48. + +
                                      49. + noSuchMethod +
                                      50. + +
                                      51. + toData +
                                      52. + +
                                      53. + toJson +
                                      54. + +
                                      55. + toString +
                                      56. + +
                                      57. + toValueString +
                                      58. Operators
                                      59. -
                                      60. operator ==
                                      61. + +
                                      62. + operator == +
                                      63. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class.html index 1ba3240c31..9771254b31 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement-class.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        KnowledgePanelTableElement class
                                        Inheritance
                                        @@ -82,7 +77,7 @@

                                        KnowledgePanelTableElement class - + @@ -92,17 +87,16 @@

                                        KnowledgePanelTableElement class

                                        Constructors

                                        -
                                        - KnowledgePanelTableElement({required String id, required String? title, required List<KnowledgePanelTableColumn> columns, required List<KnowledgePanelTableRowElement> rows}) + KnowledgePanelTableElement({required String id, required String? title, required List<KnowledgePanelTableColumn> columns, required List<KnowledgePanelTableRowElement> rows})
                                        const
                                        - KnowledgePanelTableElement.fromJson(Map<String, dynamic> json) + KnowledgePanelTableElement.fromJson(Map<String, dynamic> json)
                                        @@ -118,7 +112,7 @@

                                        Properties

                                        columns - List<KnowledgePanelTableColumn> + List<KnowledgePanelTableColumn>
                                        @@ -129,8 +123,8 @@

                                        Properties

                                        - hashCode - int + hashCode + int
                                        @@ -142,7 +136,7 @@

                                        Properties

                                        id - String + String
                                        @@ -154,7 +148,7 @@

                                        Properties

                                        rows - List<KnowledgePanelTableRowElement> + List<KnowledgePanelTableRowElement>
                                        @@ -165,8 +159,8 @@

                                        Properties

                                        - runtimeType - Type + runtimeType + Type
                                        @@ -178,7 +172,7 @@

                                        Properties

                                        title - String? + String?
                                        @@ -190,6 +184,7 @@

                                        Properties

                                        +
                                        Properties

                                        Methods

                                        - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -211,7 +206,7 @@

                                        Methods

                                        toData() - Map<String, String> + Map<String, String> @@ -224,7 +219,7 @@

                                        Methods

                                        toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -236,8 +231,8 @@

                                        Methods

                                        - toString() - String + toString() + String @@ -250,7 +245,7 @@

                                        Methods

                                        toValueString() - String + String @@ -271,8 +266,8 @@

                                        Methods

                                        Operators

                                        - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -289,9 +284,7 @@

                                        Operators

                                        -
                                        - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.fromJson.html index 3965c7f4aa..0672ab5036 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        KnowledgePanelTableElement.fromJson co
                                        - KnowledgePanelTableElement.fromJson(
                                        1. Map<String, dynamic> json
                                        2. + KnowledgePanelTableElement.fromJson(
                                          1. Map<String, dynamic> json
                                          )
                                        - @@ -78,7 +72,6 @@

                                        Implementation

                                        - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.html index 12f42121ee..4329b75ce4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/KnowledgePanelTableElement.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        KnowledgePanelTableElement constructor
                                        const - KnowledgePanelTableElement({
                                        1. required String id,
                                        2. -
                                        3. required String? title,
                                        4. -
                                        5. required List<KnowledgePanelTableColumn> columns,
                                        6. -
                                        7. required List<KnowledgePanelTableRowElement> rows,
                                        8. + KnowledgePanelTableElement({
                                          1. required String id,
                                          2. +
                                          3. required String? title,
                                          4. +
                                          5. required List<KnowledgePanelTableColumn> columns,
                                          6. +
                                          7. required List<KnowledgePanelTableRowElement> rows,
                                          })
                                        - @@ -85,7 +79,6 @@

                                        Implementation

                                        - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/columns.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/columns.html index fde1a500f9..8b8bb205b1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/columns.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/columns.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        columns property
                                        +
                                        - List<KnowledgePanelTableColumn> + List<KnowledgePanelTableColumn> columns
                                        final
                                        @@ -77,8 +73,8 @@

                                        Implementation

                                        + - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/id.html index cfbc1f9ee6..3768bbeea7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/id.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        id property
                                        +
                                        - String + String id
                                        final
                                        @@ -76,8 +72,8 @@

                                        Implementation

                                        + - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/rows.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/rows.html index 327e8f27d7..78d6afbe8f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/rows.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/rows.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        rows property
                                        +
                                        - List<KnowledgePanelTableRowElement> + List<KnowledgePanelTableRowElement> rows
                                        final
                                        @@ -76,8 +72,8 @@

                                        Implementation

                                        + - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/title.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/title.html index 19f74edf13..fc52dd0c6e 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/title.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/title.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        title property
                                        +
                                        - String? + String? title
                                        final
                                        @@ -76,8 +72,8 @@

                                        Implementation

                                        + - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/toJson.html index b41b03d2ca..36c8ede81d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                        -
                                        menu
                                        -
                                        toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                        override
                                        @@ -86,7 +80,6 @@

                                        Implementation

                                        - - -
                                        -
                                        openfoodfacts 3.18.1 -
                                        - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class-sidebar.html index 1d4cf8c62f..69d0d23664 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class-sidebar.html @@ -1,27 +1,54 @@
                                          -
                                        1. Constructors
                                        2. -
                                        3. KnowledgePanelTableRowElement
                                        4. -
                                        5. fromJson
                                        6. +
                                        7. Constructors
                                        8. +
                                        9. KnowledgePanelTableRowElement
                                        10. +
                                        11. fromJson
                                        12. Properties
                                        13. -
                                        14. hashCode
                                        15. -
                                        16. runtimeType
                                        17. -
                                        18. values
                                        19. + +
                                        20. + hashCode +
                                        21. + +
                                        22. + runtimeType +
                                        23. + +
                                        24. + values +
                                        25. Methods
                                        26. -
                                        27. noSuchMethod
                                        28. -
                                        29. toData
                                        30. -
                                        31. toJson
                                        32. -
                                        33. toString
                                        34. -
                                        35. toValueString
                                        36. + +
                                        37. + noSuchMethod +
                                        38. + +
                                        39. + toData +
                                        40. + +
                                        41. + toJson +
                                        42. + +
                                        43. + toString +
                                        44. + +
                                        45. + toValueString +
                                        46. Operators
                                        47. -
                                        48. operator ==
                                        49. + +
                                        50. + operator == +
                                        51. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class.html index dd38a2cead..a8e1fcd003 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement-class.html @@ -16,15 +16,11 @@ - - -
                                          -
                                          menu
                                          -
                                          KnowledgePanelTableRowElement class
                                          Inheritance
                                          @@ -82,7 +77,7 @@

                                          KnowledgePanelTableRowElement class - + @@ -92,17 +87,16 @@

                                          KnowledgePanelTableRowElement class

                                          Constructors

                                          -
                                          - KnowledgePanelTableRowElement({required List<KnowledgePanelTableCell> values}) + KnowledgePanelTableRowElement({required List<KnowledgePanelTableCell> values})
                                          const
                                          - KnowledgePanelTableRowElement.fromJson(Map<String, dynamic> json) + KnowledgePanelTableRowElement.fromJson(Map<String, dynamic> json)
                                          @@ -117,8 +111,8 @@

                                          Constructors

                                          Properties

                                          - hashCode - int + hashCode + int
                                          @@ -129,8 +123,8 @@

                                          Properties

                                          - runtimeType - Type + runtimeType + Type
                                          @@ -142,7 +136,7 @@

                                          Properties

                                          values - List<KnowledgePanelTableCell> + List<KnowledgePanelTableCell>
                                          @@ -154,6 +148,7 @@

                                          Properties

                                          +
                                          Properties

                                          Methods

                                          - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -175,7 +170,7 @@

                                          Methods

                                          toData() - Map<String, String> + Map<String, String> @@ -188,7 +183,7 @@

                                          Methods

                                          toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -200,8 +195,8 @@

                                          Methods

                                          - toString() - String + toString() + String @@ -214,7 +209,7 @@

                                          Methods

                                          toValueString() - String + String @@ -235,8 +230,8 @@

                                          Methods

                                          Operators

                                          - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -253,9 +248,7 @@

                                          Operators

                                          -
                                          - - -
                                          -
                                          openfoodfacts 3.18.1 -
                                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.fromJson.html index 510a81054e..cdc2a6a79c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                          -
                                          menu
                                          -
                                          KnowledgePanelTableRowElement.fromJson
                                          - KnowledgePanelTableRowElement.fromJson(
                                          1. Map<String, dynamic> json
                                          2. + KnowledgePanelTableRowElement.fromJson(
                                            1. Map<String, dynamic> json
                                            )
                                          - @@ -78,7 +72,6 @@

                                          Implementation

                                          - - -
                                          -
                                          openfoodfacts 3.18.1 -
                                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.html index c9b0f40e47..c3c98f3566 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/KnowledgePanelTableRowElement.html @@ -16,15 +16,11 @@ - - -
                                          -
                                          menu
                                          -
                                          KnowledgePanelTableRowElement construc
                                          const - KnowledgePanelTableRowElement({
                                          1. required List<KnowledgePanelTableCell> values,
                                          2. + KnowledgePanelTableRowElement({
                                            1. required List<KnowledgePanelTableCell> values,
                                            })
                                          - @@ -77,7 +71,6 @@

                                          Implementation

                                          - - -
                                          -
                                          openfoodfacts 3.18.1 -
                                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/toJson.html index 601ffbbcc4..62748c4f35 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                          -
                                          menu
                                          -
                                          toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                          override
                                          @@ -86,7 +80,6 @@

                                          Implementation

                                          - - -
                                          -
                                          openfoodfacts 3.18.1 -
                                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/values.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/values.html index 1d8a38f636..6151975a17 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/values.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTableRowElement/values.html @@ -16,15 +16,11 @@ - - -
                                          -
                                          menu
                                          -
                                          values property
                                          +
                                          - List<KnowledgePanelTableCell> + List<KnowledgePanelTableCell> values
                                          final
                                          @@ -76,8 +72,8 @@

                                          Implementation

                                          + - - -
                                          -
                                          openfoodfacts 3.18.1 -
                                          - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class-sidebar.html index 9c2ba57983..b658c0e4dc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class-sidebar.html @@ -1,32 +1,74 @@
                                            -
                                          1. Constructors
                                          2. -
                                          3. KnowledgePanelTextElement
                                          4. -
                                          5. fromJson
                                          6. +
                                          7. Constructors
                                          8. +
                                          9. KnowledgePanelTextElement
                                          10. +
                                          11. fromJson
                                          12. Properties
                                          13. -
                                          14. hashCode
                                          15. -
                                          16. html
                                          17. -
                                          18. runtimeType
                                          19. -
                                          20. sourceLanguage
                                          21. -
                                          22. sourceLocale
                                          23. -
                                          24. sourceText
                                          25. -
                                          26. sourceUrl
                                          27. -
                                          28. type
                                          29. + +
                                          30. + hashCode +
                                          31. + +
                                          32. + html +
                                          33. + +
                                          34. + runtimeType +
                                          35. + +
                                          36. + sourceLanguage +
                                          37. + +
                                          38. + sourceLocale +
                                          39. + +
                                          40. + sourceText +
                                          41. + +
                                          42. + sourceUrl +
                                          43. + +
                                          44. + type +
                                          45. Methods
                                          46. -
                                          47. noSuchMethod
                                          48. -
                                          49. toData
                                          50. -
                                          51. toJson
                                          52. -
                                          53. toString
                                          54. -
                                          55. toValueString
                                          56. + +
                                          57. + noSuchMethod +
                                          58. + +
                                          59. + toData +
                                          60. + +
                                          61. + toJson +
                                          62. + +
                                          63. + toString +
                                          64. + +
                                          65. + toValueString +
                                          66. Operators
                                          67. -
                                          68. operator ==
                                          69. + +
                                          70. + operator == +
                                          71. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class.html index 78a551e25a..455d958831 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement-class.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            KnowledgePanelTextElement class
                                            Inheritance
                                            @@ -82,7 +77,7 @@

                                            KnowledgePanelTextElement class - + @@ -92,17 +87,16 @@

                                            KnowledgePanelTextElement class

                                            Constructors

                                            -
                                            - KnowledgePanelTextElement({required String html, KnowledgePanelTextElementType? type, String? sourceLanguage, String? sourceLocale, String? sourceText, String? sourceUrl}) + KnowledgePanelTextElement({required String html, KnowledgePanelTextElementType? type, String? sourceLanguage, String? sourceLocale, String? sourceText, String? sourceUrl})
                                            const
                                            - KnowledgePanelTextElement.fromJson(Map<String, dynamic> json) + KnowledgePanelTextElement.fromJson(Map<String, dynamic> json)
                                            @@ -117,8 +111,8 @@

                                            Constructors

                                            Properties

                                            - hashCode - int + hashCode + int
                                            @@ -130,7 +124,7 @@

                                            Properties

                                            html - String + String
                                            @@ -141,8 +135,8 @@

                                            Properties

                                            - runtimeType - Type + runtimeType + Type
                                            @@ -154,7 +148,7 @@

                                            Properties

                                            sourceLanguage - String? + String?
                                            @@ -166,7 +160,7 @@

                                            Properties

                                            sourceLocale - String? + String?
                                            @@ -178,7 +172,7 @@

                                            Properties

                                            sourceText - String? + String?
                                            @@ -190,7 +184,7 @@

                                            Properties

                                            sourceUrl - String? + String?
                                            @@ -215,6 +209,7 @@

                                            Properties

                                            +
                                            Properties

                                            Methods

                                            - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -236,7 +231,7 @@

                                            Methods

                                            toData() - Map<String, String> + Map<String, String> @@ -249,7 +244,7 @@

                                            Methods

                                            toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -261,8 +256,8 @@

                                            Methods

                                            - toString() - String + toString() + String @@ -275,7 +270,7 @@

                                            Methods

                                            toValueString() - String + String @@ -296,8 +291,8 @@

                                            Methods

                                            Operators

                                            - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -314,9 +309,7 @@

                                            Operators

                                            -
                                            - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.fromJson.html index 2aa9e30287..39228a8592 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            KnowledgePanelTextElement.fromJson con
                                            - KnowledgePanelTextElement.fromJson(
                                            1. Map<String, dynamic> json
                                            2. + KnowledgePanelTextElement.fromJson(
                                              1. Map<String, dynamic> json
                                              )
                                            - @@ -78,7 +72,6 @@

                                            Implementation

                                            - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.html index 35a630f880..4c29354845 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/KnowledgePanelTextElement.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            KnowledgePanelTextElement constructor
                                            const - KnowledgePanelTextElement({
                                            1. required String html,
                                            2. + KnowledgePanelTextElement({
                                              1. required String html,
                                              2. KnowledgePanelTextElementType? type,
                                              3. -
                                              4. String? sourceLanguage,
                                              5. -
                                              6. String? sourceLocale,
                                              7. -
                                              8. String? sourceText,
                                              9. -
                                              10. String? sourceUrl,
                                              11. +
                                              12. String? sourceLanguage,
                                              13. +
                                              14. String? sourceLocale,
                                              15. +
                                              16. String? sourceText,
                                              17. +
                                              18. String? sourceUrl,
                                              })
                                            - @@ -89,7 +83,6 @@

                                            Implementation

                                            - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/html.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/html.html index 19208ebaf1..820b881a72 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/html.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/html.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            html property
                                            +
                                            - String + String html
                                            final
                                            @@ -79,8 +75,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLanguage.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLanguage.html index ee1f72874c..fb487de85b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLanguage.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLanguage.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            sourceLanguage property
                                            +
                                            - String? + String? sourceLanguage
                                            final
                                            @@ -80,8 +76,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLocale.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLocale.html index 3907286115..6a9ae6de3b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLocale.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceLocale.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            sourceLocale property
                                            +
                                            - String? + String? sourceLocale
                                            final
                                            @@ -80,8 +76,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceText.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceText.html index 152fbee50f..b8addb80dd 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceText.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceText.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            sourceText property
                                            +
                                            - String? + String? sourceText
                                            final
                                            @@ -80,8 +76,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceUrl.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceUrl.html index 0dc0eeabd2..9d2687a9ae 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceUrl.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/sourceUrl.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            sourceUrl property
                                            +
                                            - String? + String? sourceUrl
                                            final
                                            @@ -80,8 +76,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/toJson.html index a50b072e23..0a80398b51 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                            override
                                            @@ -86,7 +80,6 @@

                                            Implementation

                                            - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/type.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/type.html index ee9ab66aa5..3b476c264f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/type.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElement/type.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            type property
                                            +
                                            KnowledgePanelTextElementType? @@ -81,8 +77,8 @@

                                            Implementation

                                            + - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType-enum-sidebar.html index 4e79b86ed2..f3335c5c3c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType-enum-sidebar.html @@ -1,7 +1,5 @@
                                              -
                                            1. Constructors
                                            2. -
                                            3. KnowledgePanelTextElementType
                                            4. Values
                                            5. SUMMARY
                                            6. @@ -13,22 +11,47 @@
                                            7. Properties
                                            8. -
                                            9. hashCode
                                            10. -
                                            11. index
                                            12. -
                                            13. runtimeType
                                            14. + +
                                            15. + hashCode +
                                            16. + +
                                            17. + index +
                                            18. + +
                                            19. + name + (ext) +
                                            20. + +
                                            21. + runtimeType +
                                            22. Methods
                                            23. -
                                            24. noSuchMethod
                                            25. -
                                            26. toString
                                            27. + +
                                            28. + noSuchMethod +
                                            29. + +
                                            30. + toString +
                                            31. Operators
                                            32. -
                                            33. operator ==
                                            34. + +
                                            35. + operator == +
                                            36. -
                                            37. Constants
                                            38. -
                                            39. values
                                            40. +
                                            41. Constants
                                            42. +
                                            43. values
                                            diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType.html index 1ba2a4e605..4d289ecc26 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            Inheritance
                                            @@ -86,29 +81,18 @@

                                            +
                                            Available extensions
                                            +
                                            + - -
                                            -

                                            Constructors

                                            - -
                                            -
                                            - KnowledgePanelTextElementType() -
                                            -
                                            - -
                                            const
                                            -
                                            -
                                            -
                                            -

                                            Values

                                            -
                                            SUMMARY @@ -168,8 +152,8 @@

                                            Values

                                            Properties

                                            - hashCode - int + hashCode + int
                                            @@ -180,8 +164,8 @@

                                            Properties

                                            - index - int + index + int
                                            @@ -189,11 +173,27 @@

                                            Properties

                                            A numeric identifier for the enumerated value.
                                            no setterinherited
                                            + + +
                                            + name + String + + +
                                            +
                                            +

                                            + Available on Enum, + provided by the EnumName extension +

                                            + The name of the enum value. +
                                            no setter
                                            +
                                            - runtimeType - Type + runtimeType + Type
                                            @@ -205,6 +205,7 @@

                                            Properties

                                            +
                                            Properties

                                            Methods

                                            - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -225,8 +226,8 @@

                                            Methods

                                            - toString() - String + toString() + String @@ -246,8 +247,8 @@

                                            Methods

                                            Operators

                                            - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -266,11 +267,10 @@

                                            Operators

                                            Constants

                                            -
                                            values - → const List<KnowledgePanelTextElementType> + → const List<KnowledgePanelTextElementType>
                                            @@ -283,7 +283,6 @@

                                            Constants

                                            - - -
                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/KnowledgePanelTextElementType.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/KnowledgePanelTextElementType.html deleted file mode 100644 index 842bef414b..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/KnowledgePanelTextElementType.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - KnowledgePanelTextElementType constructor - KnowledgePanelTextElementType - knowledge_panel_element library - Dart API - - - - - - - - - - - - - - - - - -
                                            - -
                                            - menu - -
                                            KnowledgePanelTextElementType
                                            - -
                                            - -
                                            -
                                            -
                                            - -
                                            -
                                            -

                                            KnowledgePanelTextElementType constructor -

                                            - -
                                            - const - KnowledgePanelTextElementType() -
                                            - - - - - - - -
                                            - - - - - -
                                            - -
                                            - - openfoodfacts - 3.18.1 - - - -
                                            - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/values-constant.html index fcc905a0fa..3552cbe6da 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelTextElementType/values-constant.html @@ -16,15 +16,11 @@ - - -
                                            -
                                            menu
                                            -
                                            values constant
                                            +
                                            - List<KnowledgePanelTextElementType> + List<KnowledgePanelTextElementType> const values @@ -75,8 +71,8 @@

                                            values constant + - - -

                                            -
                                            openfoodfacts 3.18.1 -
                                            - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class-sidebar.html index 95bb24db02..b8da0f62f7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class-sidebar.html @@ -1,27 +1,54 @@
                                              -
                                            1. Constructors
                                            2. -
                                            3. KnowledgePanelWorldMapElement
                                            4. -
                                            5. fromJson
                                            6. +
                                            7. Constructors
                                            8. +
                                            9. KnowledgePanelWorldMapElement
                                            10. +
                                            11. fromJson
                                            12. Properties
                                            13. -
                                            14. hashCode
                                            15. -
                                            16. pointers
                                            17. -
                                            18. runtimeType
                                            19. + +
                                            20. + hashCode +
                                            21. + +
                                            22. + pointers +
                                            23. + +
                                            24. + runtimeType +
                                            25. Methods
                                            26. -
                                            27. noSuchMethod
                                            28. -
                                            29. toData
                                            30. -
                                            31. toJson
                                            32. -
                                            33. toString
                                            34. -
                                            35. toValueString
                                            36. + +
                                            37. + noSuchMethod +
                                            38. + +
                                            39. + toData +
                                            40. + +
                                            41. + toJson +
                                            42. + +
                                            43. + toString +
                                            44. + +
                                            45. + toValueString +
                                            46. Operators
                                            47. -
                                            48. operator ==
                                            49. + +
                                            50. + operator == +
                                            51. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class.html index 347a248195..66bc87bca3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement-class.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanelWorldMapElement class
                                              Inheritance
                                              @@ -82,7 +77,7 @@

                                              KnowledgePanelWorldMapElement class - + @@ -92,17 +87,16 @@

                                              KnowledgePanelWorldMapElement class

                                              Constructors

                                              -
                                              - KnowledgePanelWorldMapElement({required List<KnowledgePanelGeoPointer> pointers}) + KnowledgePanelWorldMapElement({required List<KnowledgePanelGeoPointer> pointers})
                                              const
                                              - KnowledgePanelWorldMapElement.fromJson(Map<String, dynamic> json) + KnowledgePanelWorldMapElement.fromJson(Map<String, dynamic> json)
                                              @@ -117,8 +111,8 @@

                                              Constructors

                                              Properties

                                              - hashCode - int + hashCode + int
                                              @@ -130,7 +124,7 @@

                                              Properties

                                              pointers - List<KnowledgePanelGeoPointer> + List<KnowledgePanelGeoPointer>
                                              @@ -141,8 +135,8 @@

                                              Properties

                                              - runtimeType - Type + runtimeType + Type
                                              @@ -154,6 +148,7 @@

                                              Properties

                                              +
                                              Properties

                                              Methods

                                              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -175,7 +170,7 @@

                                              Methods

                                              toData() - Map<String, String> + Map<String, String> @@ -188,7 +183,7 @@

                                              Methods

                                              toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -200,8 +195,8 @@

                                              Methods

                                              - toString() - String + toString() + String @@ -214,7 +209,7 @@

                                              Methods

                                              toValueString() - String + String @@ -235,8 +230,8 @@

                                              Methods

                                              Operators

                                              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -253,9 +248,7 @@

                                              Operators

                                              -
                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.fromJson.html index a8a79ecbf8..7670b137fa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.fromJson.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanelWorldMapElement.fromJson
                                              - KnowledgePanelWorldMapElement.fromJson(
                                              1. Map<String, dynamic> json
                                              2. + KnowledgePanelWorldMapElement.fromJson(
                                                1. Map<String, dynamic> json
                                                )
                                              - @@ -78,7 +72,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.html index d5aef1c6a5..63bae6dc93 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/KnowledgePanelWorldMapElement.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanelWorldMapElement construc
                                              const - KnowledgePanelWorldMapElement({
                                              1. required List<KnowledgePanelGeoPointer> pointers,
                                              2. + KnowledgePanelWorldMapElement({
                                                1. required List<KnowledgePanelGeoPointer> pointers,
                                                })
                                              - @@ -79,7 +73,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/pointers.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/pointers.html index 4a87a1f519..4c7b17eaec 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/pointers.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/pointers.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              pointers property
                                              +
                                              - List<KnowledgePanelGeoPointer> + List<KnowledgePanelGeoPointer> pointers
                                              final
                                              @@ -76,8 +72,8 @@

                                              Implementation

                                              + - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/toJson.html index dcd5ff2bb3..c2229c2596 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/KnowledgePanelWorldMapElement/toJson.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                              override
                                              @@ -86,7 +80,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element-library.html index e6b1815d28..4c63abb853 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panel_element-library.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -

                                              Classes

                                              -
                                              KnowledgePanelActionElement @@ -184,7 +178,6 @@

                                              Classes

                                              Enums

                                              -
                                              KnowledgePanelColumnType @@ -220,9 +213,7 @@

                                              Enums

                                              -
                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class-sidebar.html index bbf8c4e77f..44897fc21a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class-sidebar.html @@ -1,32 +1,50 @@
                                                -
                                              1. Constructors
                                              2. -
                                              3. KnowledgePanels
                                              4. -
                                              5. empty
                                              6. -
                                              7. fromJson
                                              8. +
                                              9. Constructors
                                              10. +
                                              11. KnowledgePanels
                                              12. +
                                              13. empty
                                              14. +
                                              15. fromJson
                                              16. Properties
                                              17. -
                                              18. hashCode
                                              19. -
                                              20. panelIdToPanelMap
                                              21. -
                                              22. runtimeType
                                              23. + +
                                              24. + hashCode +
                                              25. + +
                                              26. + panelIdToPanelMap +
                                              27. + +
                                              28. + runtimeType +
                                              29. Methods
                                              30. -
                                              31. noSuchMethod
                                              32. -
                                              33. toString
                                              34. + +
                                              35. + noSuchMethod +
                                              36. + +
                                              37. + toString +
                                              38. Operators
                                              39. -
                                              40. operator ==
                                              41. + +
                                              42. + operator == +
                                              43. -
                                              44. Static methods
                                              45. -
                                              46. fromJsonHelper
                                              47. -
                                              48. toJsonHelper
                                              49. +
                                              50. Static methods
                                              51. +
                                              52. fromJsonHelper
                                              53. +
                                              54. toJsonHelper
                                              diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class.html index 435669409f..6310f8ab9a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels-class.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanels class

                                              Constructors

                                              -
                                              - KnowledgePanels({required Map<String, KnowledgePanel> panelIdToPanelMap}) + KnowledgePanels({required Map<String, KnowledgePanel> panelIdToPanelMap})
                                              @@ -87,7 +81,7 @@

                                              Constructors

                                              factory
                                              - KnowledgePanels.fromJson(Map<String, dynamic> json) + KnowledgePanels.fromJson(Map<String, dynamic> json)
                                              @@ -102,8 +96,8 @@

                                              Constructors

                                              Properties

                                              - hashCode - int + hashCode + int
                                              @@ -115,7 +109,7 @@

                                              Properties

                                              panelIdToPanelMap - Map<String, KnowledgePanel> + Map<String, KnowledgePanel>
                                              @@ -126,8 +120,8 @@

                                              Properties

                                              - runtimeType - Type + runtimeType + Type
                                              @@ -139,6 +133,7 @@

                                              Properties

                                              +
                                              Properties

                                              Methods

                                              - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -160,7 +155,7 @@

                                              Methods

                                              toString() - String + String @@ -180,8 +175,8 @@

                                              Methods

                                              Operators

                                              - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -200,7 +195,7 @@

                                              Operators

                                              Static Methods

                                              - fromJsonHelper(Map? json) + fromJsonHelper(Map? json) KnowledgePanels? @@ -214,7 +209,7 @@

                                              Static Methods

                                              toJsonHelper(KnowledgePanels? knowledgePanels) - Map<String, dynamic>? + Map<String, dynamic>? @@ -229,9 +224,7 @@

                                              Static Methods

                                              -
                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.empty.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.empty.html index 4d11770d88..d6e3cb6ba1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.empty.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.empty.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanels.empty constructor KnowledgePanels.empty() - @@ -78,7 +72,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.fromJson.html index ce2b848c0f..0995a2da36 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.fromJson.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanels.fromJson constructor
                                              - KnowledgePanels.fromJson(
                                              1. Map<String, dynamic> json
                                              2. + KnowledgePanels.fromJson(
                                                1. Map<String, dynamic> json
                                                )
                                              - @@ -83,7 +77,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.html index 12285072dc..eee9fb2580 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/KnowledgePanels.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              KnowledgePanels constructor
                                              const - KnowledgePanels({
                                              1. required Map<String, KnowledgePanel> panelIdToPanelMap,
                                              2. + KnowledgePanels({
                                                1. required Map<String, KnowledgePanel> panelIdToPanelMap,
                                                })
                                              - @@ -77,7 +71,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/fromJsonHelper.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/fromJsonHelper.html index 7bf774347e..556a9f6524 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/fromJsonHelper.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/fromJsonHelper.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              fromJsonHelper static method
                                              - KnowledgePanels? -fromJsonHelper(
                                              1. Map? json
                                              2. +fromJsonHelper(
                                                1. Map? json
                                                ) @@ -83,7 +77,6 @@

                                                Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/panelIdToPanelMap.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/panelIdToPanelMap.html index 4d8a562f3d..f994966fe1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/panelIdToPanelMap.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/panelIdToPanelMap.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              panelIdToPanelMap property
                                              +
                                              - Map<String, KnowledgePanel> + Map<String, KnowledgePanel> panelIdToPanelMap
                                              final
                                              @@ -79,8 +75,8 @@

                                              Implementation

                                              + - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toJsonHelper.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toJsonHelper.html index 44c40c372f..eeb3e30c19 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toJsonHelper.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toJsonHelper.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              toJsonHelper static method
                                              - -Map<String, dynamic>? +Map<String, dynamic>? toJsonHelper(
                                              1. KnowledgePanels? knowledgePanels
                                              ) @@ -92,7 +86,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toString.html index 3eeee60df5..e971bb96bc 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/KnowledgePanels/toString.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -
                                              toString method - -String +String toString()
                                              override
                                              @@ -78,7 +72,7 @@

                                              toString method

                                              A string representation of this object.

                                              Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

                                              Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

                                              Implementation

                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels-library.html index d4ab20cc4d..2c2e3a560b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_knowledge_panels-library.html @@ -16,15 +16,11 @@ - - -
                                              -
                                              menu
                                              -

                                              Classes

                                              -
                                              KnowledgePanels @@ -92,9 +86,7 @@

                                              Classes

                                              -
                                              - - -
                                              -
                                              openfoodfacts 3.18.1 -
                                              - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class-sidebar.html index 77119ba403..c2f951e5a1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class-sidebar.html @@ -1,28 +1,58 @@
                                                -
                                              1. Constructors
                                              2. -
                                              3. LeaderboardEntry
                                              4. -
                                              5. fromJson
                                              6. +
                                              7. Constructors
                                              8. +
                                              9. LeaderboardEntry
                                              10. +
                                              11. fromJson
                                              12. Properties
                                              13. -
                                              14. hashCode
                                              15. -
                                              16. runtimeType
                                              17. -
                                              18. score
                                              19. -
                                              20. userId
                                              21. + +
                                              22. + hashCode +
                                              23. + +
                                              24. + runtimeType +
                                              25. + +
                                              26. + score +
                                              27. + +
                                              28. + userId +
                                              29. Methods
                                              30. -
                                              31. noSuchMethod
                                              32. -
                                              33. toData
                                              34. -
                                              35. toJson
                                              36. -
                                              37. toString
                                              38. -
                                              39. toValueString
                                              40. + +
                                              41. + noSuchMethod +
                                              42. + +
                                              43. + toData +
                                              44. + +
                                              45. + toJson +
                                              46. + +
                                              47. + toString +
                                              48. + +
                                              49. + toValueString +
                                              50. Operators
                                              51. -
                                              52. operator ==
                                              53. + +
                                              54. + operator == +
                                              55. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class.html index d09d555210..a1f803a9c7 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry-class.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LeaderboardEntry class
                                                Inheritance
                                                @@ -82,7 +77,7 @@

                                                LeaderboardEntry class - + @@ -92,16 +87,15 @@

                                                LeaderboardEntry class

                                                Constructors

                                                -
                                                - LeaderboardEntry({required int score, String? userId}) + LeaderboardEntry({required int score, String? userId})
                                                - LeaderboardEntry.fromJson(Map<String, dynamic> json) + LeaderboardEntry.fromJson(Map<String, dynamic> json)
                                                @@ -116,8 +110,8 @@

                                                Constructors

                                                Properties

                                                - hashCode - int + hashCode + int
                                                @@ -128,8 +122,8 @@

                                                Properties

                                                - runtimeType - Type + runtimeType + Type
                                                @@ -141,7 +135,7 @@

                                                Properties

                                                score - int + int
                                                @@ -153,7 +147,7 @@

                                                Properties

                                                userId - String? + String?
                                                @@ -165,6 +159,7 @@

                                                Properties

                                                +
                                                Properties

                                                Methods

                                                - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -186,7 +181,7 @@

                                                Methods

                                                toData() - Map<String, String> + Map<String, String> @@ -199,7 +194,7 @@

                                                Methods

                                                toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -212,7 +207,7 @@

                                                Methods

                                                toString() - String + String @@ -225,7 +220,7 @@

                                                Methods

                                                toValueString() - String + String @@ -246,8 +241,8 @@

                                                Methods

                                                Operators

                                                - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -264,9 +259,7 @@

                                                Operators

                                                -
                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.fromJson.html index c71f13a533..270f0c6c6f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.fromJson.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LeaderboardEntry.fromJson constructor
                                                - LeaderboardEntry.fromJson(
                                                1. Map<String, dynamic> json
                                                2. + LeaderboardEntry.fromJson(
                                                  1. Map<String, dynamic> json
                                                  )
                                                - @@ -78,7 +72,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.html index e085d382b9..56096eb08d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/LeaderboardEntry.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LeaderboardEntry constructor
                                                - LeaderboardEntry({
                                                1. required int score,
                                                2. -
                                                3. String? userId,
                                                4. + LeaderboardEntry({
                                                  1. required int score,
                                                  2. +
                                                  3. String? userId,
                                                  })
                                                - @@ -81,7 +75,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/score.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/score.html index a0c410acba..14bbdb8da9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/score.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/score.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                score property
                                                +
                                                - int + int score
                                                final
                                                @@ -77,8 +73,8 @@

                                                Implementation

                                                + - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toJson.html index 99fed2f004..8e17c61083 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toJson.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                                override
                                                @@ -86,7 +80,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toString.html index 1ccba9cc5a..f02078fcd6 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/toString.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                toString method - -String +String toString()
                                                override
                                                @@ -78,7 +72,7 @@

                                                toString method

                                                A string representation of this object.

                                                Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

                                                Other classes have no meaningful textual representation @@ -100,7 +94,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/userId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/userId.html index 275c216be7..59ea509d22 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/userId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/LeaderboardEntry/userId.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                userId property
                                                +
                                                - String? + String? userId
                                                final
                                                @@ -77,8 +73,8 @@

                                                Implementation

                                                + - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry-library.html index 71f20810fb..8b56a7797c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_leaderboard_entry-library.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -

                                                Classes

                                                -
                                                LeaderboardEntry @@ -92,9 +86,7 @@

                                                Classes

                                                -
                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class-sidebar.html index 10cf892f11..534d76d47a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class-sidebar.html @@ -1,36 +1,72 @@
                                                  -
                                                1. Constructors
                                                2. -
                                                3. LocalizedTag
                                                4. -
                                                5. fromJson
                                                6. +
                                                7. Constructors
                                                8. +
                                                9. LocalizedTag
                                                10. +
                                                11. fromJson
                                                12. Properties
                                                13. -
                                                14. hashCode
                                                15. -
                                                16. id
                                                17. -
                                                18. lcName
                                                19. -
                                                20. name
                                                21. -
                                                22. runtimeType
                                                23. + +
                                                24. + hashCode +
                                                25. + +
                                                26. + id +
                                                27. + +
                                                28. + lcName +
                                                29. + +
                                                30. + name +
                                                31. + +
                                                32. + runtimeType +
                                                33. Methods
                                                34. -
                                                35. noSuchMethod
                                                36. -
                                                37. toData
                                                38. -
                                                39. toJson
                                                40. -
                                                41. toServerData
                                                42. -
                                                43. toString
                                                44. -
                                                45. toValueString
                                                46. + +
                                                47. + noSuchMethod +
                                                48. + +
                                                49. + toData +
                                                50. + +
                                                51. + toJson +
                                                52. + +
                                                53. + toServerData +
                                                54. + +
                                                55. + toString +
                                                56. + +
                                                57. + toValueString +
                                                58. Operators
                                                59. -
                                                60. operator ==
                                                61. + +
                                                62. + operator == +
                                                63. -
                                                64. Static methods
                                                65. -
                                                66. objToJson
                                                67. +
                                                68. Static methods
                                                69. +
                                                70. objToJson
                                                diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class.html index 8124ddbf8d..755e83fd8f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag-class.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LocalizedTag class
                                                Inheritance
                                                @@ -83,7 +78,7 @@

                                                LocalizedTag class - + @@ -93,7 +88,6 @@

                                                LocalizedTag class

                                                Constructors

                                                -
                                                LocalizedTag() @@ -102,7 +96,7 @@

                                                Constructors

                                                - LocalizedTag.fromJson(Map<String, dynamic> json) + LocalizedTag.fromJson(Map<String, dynamic> json)
                                                @@ -117,8 +111,8 @@

                                                Constructors

                                                Properties

                                                - hashCode - int + hashCode + int
                                                @@ -130,7 +124,7 @@

                                                Properties

                                                id - String? + String?
                                                @@ -142,7 +136,7 @@

                                                Properties

                                                lcName - String? + String?
                                                @@ -154,7 +148,7 @@

                                                Properties

                                                name - String? + String?
                                                @@ -165,8 +159,8 @@

                                                Properties

                                                - runtimeType - Type + runtimeType + Type
                                                @@ -178,6 +172,7 @@

                                                Properties

                                                +
                                                Properties

                                                Methods

                                                - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -199,7 +194,7 @@

                                                Methods

                                                toData() - Map<String, String> + Map<String, String> @@ -212,7 +207,7 @@

                                                Methods

                                                toJson() - Map<String, dynamic> + Map<String, dynamic> @@ -225,7 +220,7 @@

                                                Methods

                                                toServerData() - Map<String, String> + Map<String, String> @@ -238,7 +233,7 @@

                                                Methods

                                                toString() - String + String @@ -251,7 +246,7 @@

                                                Methods

                                                toValueString() - String + String @@ -272,8 +267,8 @@

                                                Methods

                                                Operators

                                                - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -293,7 +288,7 @@

                                                Static Methods

                                                objToJson(LocalizedTag? tag) - Map<String, dynamic> + Map<String, dynamic> @@ -308,9 +303,7 @@

                                                Static Methods

                                                -
                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.fromJson.html index 3a9ab987bf..8bdf675bb9 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.fromJson.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LocalizedTag.fromJson constructor
                                                - LocalizedTag.fromJson(
                                                1. Map<String, dynamic> json
                                                2. + LocalizedTag.fromJson(
                                                  1. Map<String, dynamic> json
                                                  )
                                                - @@ -78,7 +72,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.html index 82c254df38..6ba95cb565 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/LocalizedTag.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                LocalizedTag constructor LocalizedTag() - @@ -76,7 +70,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/id.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/id.html index effa958013..2a082394ff 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/id.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/id.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                id property
                                                +
                                                - String? + String? id
                                                getter/setter pair
                                                @@ -80,8 +76,8 @@

                                                Implementation

                                                + - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/lcName.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/lcName.html index dbda5f8da2..427ea4356a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/lcName.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/lcName.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                lcName property
                                                +
                                                - String? + String? lcName
                                                getter/setter pair
                                                @@ -80,8 +76,8 @@

                                                Implementation

                                                + - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/name.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/name.html index f18f9d1caf..388acc43e3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/name.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/name.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                name property
                                                +
                                                - String? + String? name
                                                getter/setter pair
                                                @@ -80,8 +76,8 @@

                                                Implementation

                                                + - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/objToJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/objToJson.html index 92313e8b91..041ecfeaed 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/objToJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/objToJson.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                objToJson static method
                                                - -Map<String, dynamic> +Map<String, dynamic> objToJson(
                                                1. LocalizedTag? tag
                                                ) @@ -82,7 +76,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toJson.html index e990db1a7a..12a31c63f1 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toJson.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                toJson method - -Map<String, dynamic> +Map<String, dynamic> toJson()
                                                override
                                                @@ -86,7 +80,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toServerData.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toServerData.html index 4f6d201e22..3696987809 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toServerData.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toServerData.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                toServerData method
                                                - -Map<String, String> +Map<String, String> toServerData() @@ -80,7 +74,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toString.html index c83ab48d66..2888440645 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/LocalizedTag/toString.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -
                                                toString method - -String +String toString()
                                                override
                                                @@ -78,7 +72,7 @@

                                                toString method

                                                A string representation of this object.

                                                Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

                                                Other classes have no meaningful textual representation @@ -98,7 +92,6 @@

                                                Implementation

                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag-library.html index 9be9337529..88d3b60ce0 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_localized_tag-library.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu
                                                -

                                                Classes

                                                -
                                                LocalizedTag @@ -92,9 +86,7 @@

                                                Classes

                                                -
                                                - - -
                                                -
                                                openfoodfacts 3.18.1 -
                                                - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class-sidebar.html index c2df05f03d..94f61aae99 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class-sidebar.html @@ -1,34 +1,82 @@
                                                  -
                                                1. Constructors
                                                2. -
                                                3. LoginStatus
                                                4. -
                                                5. fromJson
                                                6. +
                                                7. Constructors
                                                8. +
                                                9. LoginStatus
                                                10. +
                                                11. fromJson
                                                12. Properties
                                                13. -
                                                14. cookie
                                                15. -
                                                16. country
                                                17. -
                                                18. hashCode
                                                19. -
                                                20. isAdmin
                                                21. -
                                                22. isModerator
                                                23. -
                                                24. preferredLanguage
                                                25. -
                                                26. runtimeType
                                                27. -
                                                28. status
                                                29. -
                                                30. statusVerbose
                                                31. -
                                                32. successful
                                                33. -
                                                34. userEmail
                                                35. -
                                                36. userId
                                                37. -
                                                38. userName
                                                39. + +
                                                40. + cookie +
                                                41. + +
                                                42. + country +
                                                43. + +
                                                44. + hashCode +
                                                45. + +
                                                46. + isAdmin +
                                                47. + +
                                                48. + isModerator +
                                                49. + +
                                                50. + preferredLanguage +
                                                51. + +
                                                52. + runtimeType +
                                                53. + +
                                                54. + status +
                                                55. + +
                                                56. + statusVerbose +
                                                57. + +
                                                58. + successful +
                                                59. + +
                                                60. + userEmail +
                                                61. + +
                                                62. + userId +
                                                63. + +
                                                64. + userName +
                                                65. Methods
                                                66. -
                                                67. noSuchMethod
                                                68. -
                                                69. toString
                                                70. + +
                                                71. + noSuchMethod +
                                                72. + +
                                                73. + toString +
                                                74. Operators
                                                75. -
                                                76. operator ==
                                                77. + +
                                                78. + operator == +
                                                79. diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class.html index eaf87e151b..aa79ebe9ee 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus-class.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  LoginStatus class

                                                  Constructors

                                                  -
                                                  - LoginStatus({required int status, required String statusVerbose, String? userEmail, String? userName, String? userId, OpenFoodFactsLanguage? preferredLanguage, OpenFoodFactsCountry? country, bool? isModerator, bool? isAdmin, String? cookie}) + LoginStatus({required int status, required String statusVerbose, String? userEmail, String? userName, String? userId, OpenFoodFactsLanguage? preferredLanguage, OpenFoodFactsCountry? country, bool? isModerator, bool? isAdmin, String? cookie})
                                                  - LoginStatus.fromJson(Map<String, dynamic> json, [Map<String, String>? headers]) + LoginStatus.fromJson(Map<String, dynamic> json, [Map<String, String>? headers])
                                                  @@ -117,7 +111,7 @@

                                                  Properties

                                                  @@ -141,8 +135,8 @@

                                                  Properties

                                                  - hashCode - int + hashCode + int
                                                  @@ -154,7 +148,7 @@

                                                  Properties

                                                  isAdmin - bool? + bool?
                                                  @@ -166,7 +160,7 @@

                                                  Properties

                                                  isModerator - bool? + bool?
                                                  @@ -189,8 +183,8 @@

                                                  Properties

                                                  - runtimeType - Type + runtimeType + Type
                                                  @@ -202,7 +196,7 @@

                                                  Properties

                                                  status - int + int
                                                  @@ -214,7 +208,7 @@

                                                  Properties

                                                  statusVerbose - String + String
                                                  @@ -226,7 +220,7 @@

                                                  Properties

                                                  successful - bool + bool
                                                  @@ -238,7 +232,7 @@

                                                  Properties

                                                  userEmail - String? + String?
                                                  @@ -250,7 +244,7 @@

                                                  Properties

                                                  userId - String? + String?
                                                  @@ -262,7 +256,7 @@

                                                  Properties

                                                  userName - String? + String?
                                                  @@ -274,6 +268,7 @@

                                                  Properties

                                                  +
                                                  Properties

                                                  Methods

                                                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -295,7 +290,7 @@

                                                  Methods

                                                  toString() - String + String @@ -315,8 +310,8 @@

                                                  Methods

                                                  Operators

                                                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -333,9 +328,7 @@

                                                  Operators

                                                  -
                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.fromJson.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.fromJson.html index 068ad11cde..e96d5d6d7f 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.fromJson.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.fromJson.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  LoginStatus.fromJson constructor
                                                  - LoginStatus.fromJson(
                                                  1. Map<String, dynamic> json, [
                                                  2. -
                                                  3. Map<String, String>? headers
                                                  4. + LoginStatus.fromJson(
                                                    1. Map<String, dynamic> json, [
                                                    2. +
                                                    3. Map<String, String>? headers
                                                    ])
                                                  - @@ -93,7 +87,6 @@

                                                  Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.html index 20fc66fbac..6eb3a4fade 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/LoginStatus.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  LoginStatus constructor
                                                  - LoginStatus({
                                                  1. required int status,
                                                  2. -
                                                  3. required String statusVerbose,
                                                  4. -
                                                  5. String? userEmail,
                                                  6. -
                                                  7. String? userName,
                                                  8. -
                                                  9. String? userId,
                                                  10. + LoginStatus({
                                                    1. required int status,
                                                    2. +
                                                    3. required String statusVerbose,
                                                    4. +
                                                    5. String? userEmail,
                                                    6. +
                                                    7. String? userName,
                                                    8. +
                                                    9. String? userId,
                                                    10. OpenFoodFactsLanguage? preferredLanguage,
                                                    11. OpenFoodFactsCountry? country,
                                                    12. -
                                                    13. bool? isModerator,
                                                    14. -
                                                    15. bool? isAdmin,
                                                    16. -
                                                    17. String? cookie,
                                                    18. +
                                                    19. bool? isModerator,
                                                    20. +
                                                    21. bool? isAdmin,
                                                    22. +
                                                    23. String? cookie,
                                                    })
                                                  - @@ -97,7 +91,6 @@

                                                  Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/cookie.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/cookie.html index 37cd077d50..83371e600b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/cookie.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/cookie.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  cookie property
                                                  +
                                                  - String? + String? cookie
                                                  final
                                                  @@ -80,8 +76,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/country.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/country.html index 4c4acaf616..409276c35b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/country.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/country.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  country property
                                                  +
                                                  OpenFoodFactsCountry? @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isAdmin.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isAdmin.html index 1e6d56fd94..9e665e622c 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isAdmin.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isAdmin.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  isAdmin property
                                                  +
                                                  - bool? + bool? isAdmin
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isModerator.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isModerator.html index 70db261853..14b799bf03 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isModerator.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/isModerator.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  isModerator property
                                                  +
                                                  - bool? + bool? isModerator
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/preferredLanguage.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/preferredLanguage.html index f301c283f5..104e744be2 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/preferredLanguage.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/preferredLanguage.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  preferredLanguage property
                                                  +
                                                  OpenFoodFactsLanguage? @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/status.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/status.html index 9a81b07681..41d5773096 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/status.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/status.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  status property
                                                  +
                                                  - int + int status
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/statusVerbose.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/statusVerbose.html index ce04822dd0..f9a8abe342 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/statusVerbose.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/statusVerbose.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  statusVerbose property
                                                  +
                                                  - String + String statusVerbose
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/successful.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/successful.html index 2747469edc..b7df0210a4 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/successful.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/successful.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  successful property
                                                  + +
                                                  -
                                                  - bool + bool + get successful
                                                  -

                                                  Was the login successful?

                                                  @@ -87,7 +83,6 @@

                                                  Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/toString.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/toString.html index 1d8ffc12c3..9d980bbc36 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/toString.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/toString.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  toString method - -String +String toString()
                                                  override
                                                  @@ -78,7 +72,7 @@

                                                  toString method

                                                  A string representation of this object.

                                                  Some classes have a default textual representation, -often paired with a static parse function (like int.parse). +often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

                                                  Other classes have no meaningful textual representation @@ -108,7 +102,6 @@

                                                  Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userEmail.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userEmail.html index 5375a701de..fe20eb9465 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userEmail.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userEmail.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  userEmail property
                                                  +
                                                    -
                                                  1. @Deprecated('Not retrieved anymore from the server')
                                                  2. +
                                                  3. @Deprecated('Not retrieved anymore from the server')
                                                  - String? + String? userEmail
                                                  final
                                                  @@ -82,8 +78,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userId.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userId.html index 0d106e9cfb..17cfb80c74 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userId.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userId.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  userId property
                                                  +
                                                  - String? + String? userId
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userName.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userName.html index eee2e651c0..9dbfb7ca9a 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userName.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/LoginStatus/userName.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  userName property
                                                  +
                                                  - String? + String? userName
                                                  final
                                                  @@ -76,8 +72,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status-library.html index af7ff041d4..d272120097 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_login_status-library.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -

                                                  Classes

                                                  -
                                                  LoginStatus @@ -92,9 +86,7 @@

                                                  Classes

                                                  -
                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient-enum-sidebar.html index 3e9d73ac89..6000b49968 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient-enum-sidebar.html @@ -1,7 +1,5 @@
                                                    -
                                                  1. Constructors
                                                  2. -
                                                  3. Nutrient
                                                  4. Values
                                                  5. salt
                                                  6. @@ -86,26 +84,57 @@
                                                  7. Properties
                                                  8. -
                                                  9. hashCode
                                                  10. -
                                                  11. index
                                                  12. -
                                                  13. offTag
                                                  14. -
                                                  15. runtimeType
                                                  16. -
                                                  17. typicalUnit
                                                  18. + +
                                                  19. + hashCode +
                                                  20. + +
                                                  21. + index +
                                                  22. + +
                                                  23. + name + (ext) +
                                                  24. + +
                                                  25. + offTag +
                                                  26. + +
                                                  27. + runtimeType +
                                                  28. + +
                                                  29. + typicalUnit +
                                                  30. Methods
                                                  31. -
                                                  32. noSuchMethod
                                                  33. -
                                                  34. toString
                                                  35. + +
                                                  36. + noSuchMethod +
                                                  37. + +
                                                  38. + toString +
                                                  39. Operators
                                                  40. -
                                                  41. operator ==
                                                  42. + +
                                                  43. + operator == +
                                                  44. -
                                                  45. Static methods
                                                  46. -
                                                  47. fromOffTag
                                                  48. +
                                                  49. Static methods
                                                  50. +
                                                  51. fromOffTag
                                                  52. -
                                                  53. Constants
                                                  54. -
                                                  55. values
                                                  56. +
                                                  57. Constants
                                                  58. +
                                                  59. values
                                                  diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient.html index 88a78de753..93d8696c26 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  Inheritance
                                                  @@ -92,29 +87,18 @@

                                                  +
                                                  Available extensions
                                                  +
                                                  + - -
                                                  -

                                                  Constructors

                                                  - -
                                                  -
                                                  - Nutrient({required Unit typicalUnit, required String offTag}) -
                                                  -
                                                  - -
                                                  const
                                                  -
                                                  -
                                                  -
                                                  -

                                                  Values

                                                  -
                                                  salt @@ -1281,8 +1265,8 @@

                                                  Values

                                                  Properties

                                                  - hashCode - int + hashCode + int
                                                  @@ -1293,8 +1277,8 @@

                                                  Properties

                                                  - index - int + index + int
                                                  @@ -1302,11 +1286,27 @@

                                                  Properties

                                                  A numeric identifier for the enumerated value.
                                                  no setterinherited
                                                  + + +
                                                  + name + String + + +
                                                  +
                                                  +

                                                  + Available on Enum, + provided by the EnumName extension +

                                                  + The name of the enum value. +
                                                  no setter
                                                  +
                                                  offTag - String + String
                                                  @@ -1317,8 +1317,8 @@

                                                  Properties

                                                  - runtimeType - Type + runtimeType + Type
                                                  @@ -1342,6 +1342,7 @@

                                                  Properties

                                                  +
                                                  Properties

                                                  Methods

                                                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -1362,8 +1363,8 @@

                                                  Methods

                                                  - toString() - String + toString() + String @@ -1383,8 +1384,8 @@

                                                  Methods

                                                  Operators

                                                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -1403,7 +1404,7 @@

                                                  Operators

                                                  Static Methods

                                                  - fromOffTag(String? offTag) + fromOffTag(String? offTag) Nutrient? @@ -1421,11 +1422,10 @@

                                                  Static Methods

                                                  Constants

                                                  -
                                                  values - → const List<Nutrient> + → const List<Nutrient>
                                                  @@ -1438,7 +1438,6 @@

                                                  Constants

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/Nutrient.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/Nutrient.html deleted file mode 100644 index 0c90577330..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/Nutrient.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - Nutrient constructor - Nutrient - nutrient library - Dart API - - - - - - - - - - - - - - - - - -
                                                  - -
                                                  - menu - -
                                                  Nutrient
                                                  - -
                                                  - -
                                                  -
                                                  -
                                                  - -
                                                  -
                                                  -

                                                  Nutrient constructor -

                                                  - -
                                                  - const - Nutrient({
                                                  1. required Unit typicalUnit,
                                                  2. -
                                                  3. required String offTag,
                                                  4. -
                                                  }) -
                                                  - - - - - -
                                                  -

                                                  Implementation

                                                  -
                                                  const Nutrient({
                                                  -  required this.typicalUnit,
                                                  -  required this.offTag,
                                                  -});
                                                  -
                                                  - - -
                                                  - - - - - -
                                                  - -
                                                  - - openfoodfacts - 3.18.1 - - - -
                                                  - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/fromOffTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/fromOffTag.html index 8601bea917..c39e523da3 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/fromOffTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/fromOffTag.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  fromOffTag static method
                                                  - Nutrient? -fromOffTag(
                                                  1. String? offTag
                                                  2. +fromOffTag(
                                                    1. String? offTag
                                                    )
                                                    override
                                                    @@ -88,7 +82,6 @@

                                                    Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/offTag.html index 4a509a8671..ad8d93a2fa 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/offTag.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  offTag property
                                                  +
                                                  - String + String offTag
                                                  final
                                                  @@ -85,8 +81,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/typicalUnit.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/typicalUnit.html index 03993f7ca2..3eb523255b 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/typicalUnit.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/typicalUnit.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  typicalUnit property
                                                  +
                                                  Unit @@ -79,8 +75,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/values-constant.html index cad52fdd6f..966a803c4d 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/Nutrient/values-constant.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  values constant
                                                  +
                                                  - List<Nutrient> + List<Nutrient> const values @@ -75,8 +71,8 @@

                                                  values constant + - - -

                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient-library.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient-library.html index 5b12cf816a..9440d1c420 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient-library.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient-library.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -

                                                  Enums

                                                  -
                                                  Nutrient @@ -92,9 +86,7 @@

                                                  Enums

                                                  -
                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel-enum-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel-enum-sidebar.html index b4882a7e4e..7a1d790f06 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel-enum-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel-enum-sidebar.html @@ -1,7 +1,5 @@
                                                    -
                                                  1. Constructors
                                                  2. -
                                                  3. NutrientLevel
                                                  4. Values
                                                  5. LOW
                                                  6. @@ -13,25 +11,53 @@
                                                  7. Properties
                                                  8. -
                                                  9. hashCode
                                                  10. -
                                                  11. index
                                                  12. -
                                                  13. offTag
                                                  14. -
                                                  15. runtimeType
                                                  16. + +
                                                  17. + hashCode +
                                                  18. + +
                                                  19. + index +
                                                  20. + +
                                                  21. + name + (ext) +
                                                  22. + +
                                                  23. + offTag +
                                                  24. + +
                                                  25. + runtimeType +
                                                  26. Methods
                                                  27. -
                                                  28. noSuchMethod
                                                  29. -
                                                  30. toString
                                                  31. + +
                                                  32. + noSuchMethod +
                                                  33. + +
                                                  34. + toString +
                                                  35. Operators
                                                  36. -
                                                  37. operator ==
                                                  38. + +
                                                  39. + operator == +
                                                  40. -
                                                  41. Static methods
                                                  42. -
                                                  43. fromOffTag
                                                  44. +
                                                  45. Static methods
                                                  46. +
                                                  47. fromOffTag
                                                  48. -
                                                  49. Constants
                                                  50. -
                                                  51. values
                                                  52. +
                                                  53. Constants
                                                  54. +
                                                  55. values
                                                  diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel.html index ed1ef3636b..78932b3ada 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  Inheritance
                                                  @@ -89,29 +84,18 @@

                                                  +
                                                  Available extensions
                                                  +
                                                  + - -
                                                  -

                                                  Constructors

                                                  - -
                                                  -
                                                  - NutrientLevel({required String offTag}) -
                                                  -
                                                  - -
                                                  const
                                                  -
                                                  -
                                                  -
                                                  -

                                                  Values

                                                  -
                                                  LOW @@ -183,8 +167,8 @@

                                                  Values

                                                  Properties

                                                  - hashCode - int + hashCode + int
                                                  @@ -195,8 +179,8 @@

                                                  Properties

                                                  - index - int + index + int
                                                  @@ -204,11 +188,27 @@

                                                  Properties

                                                  A numeric identifier for the enumerated value.
                                                  no setterinherited
                                                  + + +
                                                  + name + String + + +
                                                  +
                                                  +

                                                  + Available on Enum, + provided by the EnumName extension +

                                                  + The name of the enum value. +
                                                  no setter
                                                  +
                                                  offTag - String + String
                                                  @@ -219,8 +219,8 @@

                                                  Properties

                                                  - runtimeType - Type + runtimeType + Type
                                                  @@ -232,6 +232,7 @@

                                                  Properties

                                                  +
                                                  Properties

                                                  Methods

                                                  - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -252,8 +253,8 @@

                                                  Methods

                                                  - toString() - String + toString() + String @@ -273,8 +274,8 @@

                                                  Methods

                                                  Operators

                                                  - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -293,7 +294,7 @@

                                                  Operators

                                                  Static Methods

                                                  - fromOffTag(String? offTag) + fromOffTag(String? offTag) NutrientLevel? @@ -311,11 +312,10 @@

                                                  Static Methods

                                                  Constants

                                                  -
                                                  values - → const List<NutrientLevel> + → const List<NutrientLevel>
                                                  @@ -328,7 +328,6 @@

                                                  Constants

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/NutrientLevel.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/NutrientLevel.html deleted file mode 100644 index 68b969ab8e..0000000000 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/NutrientLevel.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - NutrientLevel constructor - NutrientLevel - nutrient_levels library - Dart API - - - - - - - - - - - - - - - - - -
                                                  - -
                                                  - menu - -
                                                  NutrientLevel
                                                  - -
                                                  - -
                                                  -
                                                  -
                                                  - -
                                                  -
                                                  -

                                                  NutrientLevel constructor -

                                                  - -
                                                  - const - NutrientLevel({
                                                  1. required String offTag,
                                                  2. -
                                                  }) -
                                                  - - - - - -
                                                  -

                                                  Implementation

                                                  -
                                                  const NutrientLevel({
                                                  -  required this.offTag,
                                                  -});
                                                  -
                                                  - - -
                                                  - - - - - -
                                                  - -
                                                  - - openfoodfacts - 3.18.1 - - - -
                                                  - - - - - - - - - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/fromOffTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/fromOffTag.html index ff9cee1495..ef97b88534 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/fromOffTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/fromOffTag.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  fromOffTag static method
                                                  - NutrientLevel? -fromOffTag(
                                                  1. String? offTag
                                                  2. +fromOffTag(
                                                    1. String? offTag
                                                    )
                                                    override
                                                    @@ -85,7 +79,6 @@

                                                    Implementation

                                                  - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/offTag.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/offTag.html index 8f752626b7..86676760df 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/offTag.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/offTag.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  offTag property
                                                  +
                                                  - String + String offTag
                                                  final
                                                  @@ -85,8 +81,8 @@

                                                  Implementation

                                                  + - - -
                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/values-constant.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/values-constant.html index 88a88e3787..c405dd6c83 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/values-constant.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevel/values-constant.html @@ -16,15 +16,11 @@ - - -
                                                  -
                                                  menu
                                                  -
                                                  values constant
                                                  +
                                                  - List<NutrientLevel> + List<NutrientLevel> const values @@ -75,8 +71,8 @@

                                                  values constant + - - -

                                                  -
                                                  openfoodfacts 3.18.1 -
                                                  - - - - diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension-extension-sidebar.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension-extension-sidebar.html index d637606adf..9eec247156 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension-extension-sidebar.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension-extension-sidebar.html @@ -12,7 +12,7 @@ -
                                                80. Static methods
                                                81. -
                                                82. getLevel
                                                83. +
                                                84. Static methods
                                                85. +
                                                86. getLevel
                                                diff --git a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension.html b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension.html index 4d90d9f9f1..f525ba9820 100644 --- a/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension.html +++ b/file-___home_runner_work_openfoodfacts-dart_openfoodfacts-dart_lib_src_model_nutrient_levels/NutrientLevelExtension.html @@ -16,15 +16,11 @@ - - -
                                                -
                                                menu