isBelongsTo property Null safety
Whether or not this relationship is on the belonging side.
Implementation
bool get isBelongsTo => relationshipType == ManagedRelationshipType.belongsTo;
Whether or not this relationship is on the belonging side.
bool get isBelongsTo => relationshipType == ManagedRelationshipType.belongsTo;