hasUrl property

bool get hasUrl

Returns true if url is not null, otherwise false.

Implementation

bool get hasUrl => url != null;