hasNotCid property
bool
get
hasNotCid
Returns true if cid
is null, otherwise false.
Implementation
bool get hasNotCid => !hasCid;
Returns true if cid
is null, otherwise false.
bool get hasNotCid => !hasCid;