categoryMap top-level property

List<String> categoryMap
getter/setter pair

List of all Categories - SymbolsMetadata() objects reference categories by their INDEX this table. To get the category name, use categoryMap[categoryIndexFromSymbolsMetadata]

Implementation

List<String> categoryMap = [
  "Audio&Video",
  "Images",
  "UI actions",
  "Social",
  "Android",
  "Maps",
  "Actions",
  "Communicate",
  "Household",
  "Business",
  "Home",
  "Hardware",
  "Text",
  "Privacy",
  "Transit",
  "Activities",
  "Travel",
  "Others",
];