isBelongsTo property

bool get isBelongsTo

Whether or not this relationship is on the belonging side.

Implementation

bool get isBelongsTo => relationshipType == ManagedRelationshipType.belongsTo;