allRelays property

List<String> allRelays

Implementation

List<String> get allRelays => relays.map((e) => e.value).toList();