displayUrl property

String? get displayUrl

The display URL (session URL if active, otherwise connect URL).

Implementation

String? get displayUrl => sessionActive ? sessionUrl : connectUrl;