isBelongsTo property

bool isBelongsTo

Whether or not this relationship is on the belonging side.

Implementation

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