relay property

  1. @Deprecated('Use relays list instead')
String get relay

Get the primary relay (first in the list, for backward compatibility)

Implementation

@Deprecated('Use relays list instead')
String get relay => uri.relays.isNotEmpty ? uri.relays.first : '';