size property

int size

The size of the attachment's data.

Implementation

int get size {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Attachment_getSize(_handle, errorHandler);
  });
}