allNames property

List<String> get allNames

Get all known repository names.

Implementation

static List<String> get allNames => _idToName.values.toList();