id property
The id info's id.
Will return -1 if an error occurs.
Implementation
int get id {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_IdInfo_getId(
_handle,
errorHandler,
);
});
}
The id info's id.
Will return -1 if an error occurs.
int get id {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_IdInfo_getId(
_handle,
errorHandler,
);
});
}