id property
The id of the attachment.
Implementation
int get id {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Attachment_getId(_handle, errorHandler);
});
}
The id of the attachment.
int get id {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Attachment_getId(_handle, errorHandler);
});
}