isStrong property
bool
get
isStrong
Whether this currently holds a strong reference.
Implementation
bool get isStrong => _strongRef != null;
Whether this currently holds a strong reference.
bool get isStrong => _strongRef != null;