isOwner property

bool isOwner

Whether the current portal user is the owner of the version.

Implementation

bool get isOwner {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ServiceVersionInfo_getIsOwner(
      _handle,
      errorHandler,
    );
  });
}