size property

int size

The size of this portal item.

Will return -1 if an error occurs.

Implementation

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