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