isNotStrongRef property

bool get isNotStrongRef

Returns true if this data is not StrongRef, otherwise false.

Implementation

bool get isNotStrongRef => !isStrongRef;