relay property
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 : '';
Get the primary relay (first in the list, for backward compatibility)
@Deprecated('Use relays list instead')
String get relay => uri.relays.isNotEmpty ? uri.relays.first : '';