hasNotUri property

bool get hasNotUri

Returns true if uri is null, otherwise false.

Implementation

bool get hasNotUri => !hasUri;