id property

int id

The id of the attachment.

Implementation

int get id {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Attachment_getId(
      _handle,
      errorHandler,
    );
  });
}