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