isNotRelationship property

bool get isNotRelationship

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

Implementation

bool get isNotRelationship => !isRelationship;