isNotRelationship property
bool
get
isNotRelationship
Returns true if this data is not Relationship, otherwise false.
Implementation
bool get isNotRelationship => !isRelationship;
Returns true if this data is not Relationship, otherwise false.
bool get isNotRelationship => !isRelationship;