size property
The size of the attachment's data.
Implementation
int get size {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Attachment_getSize(_handle, errorHandler);
});
}
The size of the attachment's data.
int get size {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Attachment_getSize(_handle, errorHandler);
});
}