Returns Identity if this data is Identity, otherwise null.
Identity? get identityOrNull => isIdentity ? identity : null;