allIds property

List<String> get allIds

Get all known repository IDs.

Implementation

static List<String> get allIds => _idToName.keys.toList();