id property
The ID of this relationship.
The relationship ID is shared between the origin and destination tables.
Implementation
int get id {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RelationshipInfo_getId(
_handle,
errorHandler,
);
});
}