isRelationship property

bool get isRelationship

Returns true if this data is Relationship, otherwise false.

Implementation

bool get isRelationship => this is UGetRelationshipsRelationshipRelationship;