ConnectorSyncRequestResultExceptionCauseStackTraceInner constructor

ConnectorSyncRequestResultExceptionCauseStackTraceInner({
  1. String? classLoaderName,
  2. String? moduleName,
  3. String? moduleVersion,
  4. String? methodName,
  5. String? fileName,
  6. int? lineNumber,
  7. bool? nativeMethod,
  8. String? className,
})

Implementation

ConnectorSyncRequestResultExceptionCauseStackTraceInner({
  this.classLoaderName,
  this.moduleName,
  this.moduleVersion,
  this.methodName,
  this.fileName,
  this.lineNumber,
  this.nativeMethod,
  this.className,
});