hasNetworkUrl property

bool get hasNetworkUrl

Indicates whether the networkUrl property is not null.

Implementation

bool get hasNetworkUrl => networkUrl != null;