getIconsName static method

List<String> getIconsName()

Implementation

static List<String> getIconsName() {
  return iconMap.keys.toList();
}