isNotIdentity property

bool get isNotIdentity

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

Implementation

bool get isNotIdentity => !isIdentity;