size property
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);
});
}
The size of this portal item.
Will return -1 if an error occurs.
int get size {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PortalItem_getSize(_handle, errorHandler);
});
}