getNames static method

List<String> getNames()

Returns list of all icons names.

Implementation

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