hasStrongRef property

bool get hasStrongRef

Returns true if this record has strong ref, otherwise false.

Implementation

bool get hasStrongRef => cid != null;