id property

int id

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,
    );
  });
}