objectId property

int objectId

The object id of the row that was edited.

Implementation

int get objectId {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditResult_getObjectId(
      _handle,
      errorHandler,
    );
  });
}