hasNotCid property

bool get hasNotCid

Returns true if cid is null, otherwise false.

Implementation

bool get hasNotCid => !hasCid;