names property

List<String> get names

Get all registered icon names.

Implementation

static List<String> get names => _registry.keys.toList(growable: false);