it constant

Map<String, dynamic> const it

Implementation

static const Map<String,dynamic> it = {
  "units": {
    "label": {
      "barrel": "barile",
      "bushel": "bushel",
      "count": {
        "barrel": {
          "few": "{} barili",
          "many": "{} barili",
          "one": "{} barile",
          "other": "{} barili",
          "zero": "{} barile"
        },
        "mmbtu": {
          "few": "{} MMBtus",
          "many": "{} MMBtus",
          "one": "{} MMBtu",
          "other": "{} MMBtus",
          "zero": "{} MMBtu"
        },
        "ounce": {
          "few": "{} once",
          "many": "{} once",
          "one": "{} oncia",
          "other": "{} once",
          "zero": "{} oncia"
        },
        "unit": {
          "few": "{} unità",
          "many": "{} unità",
          "one": "{} unità",
          "other": "{} unità",
          "zero": "{} unità"
        }
      },
      "gallon": "gallone",
      "gram": "g",
      "kilogram": "kg",
      "mmbtu": "MMBtu",
      "ounce": "oz",
      "pound": "lb",
      "ton": "tonnellata",
      "unit": "Unità"
    }
  }
};