DKStateEventError<T> constructor

const DKStateEventError<T>(
  1. String runId,
  2. String message, {
  3. Object? error,
  4. StackTrace? stackTrace,
})

Implementation

const DKStateEventError(
  this.runId,
  this.message, {
  this.error,
  this.stackTrace,
});