hasNetworkUrl property
bool
get
hasNetworkUrl
Indicates whether the networkUrl
property is not null.
Implementation
bool get hasNetworkUrl => networkUrl != null;
Indicates whether the networkUrl
property is not null.
bool get hasNetworkUrl => networkUrl != null;