hasStrongRef property
bool
get
hasStrongRef
Returns true if this record has strong ref, otherwise false.
Implementation
bool get hasStrongRef => cid != null;
Returns true if this record has strong ref, otherwise false.
bool get hasStrongRef => cid != null;