hasNotUrl property

bool get hasNotUrl

Returns true if url is null, otherwise false.

Implementation

bool get hasNotUrl => !hasUrl;