Returns StrongRef if this data is StrongRef, otherwise null.
StrongRef? get strongRefOrNull => isStrongRef ? strongRef : null;