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