DKStateEventError<T> constructor
const
DKStateEventError<T> (
- String runId,
- String message, {
- Object? error,
- StackTrace? stackTrace,
Implementation
const DKStateEventError(
this.runId,
this.message, {
this.error,
this.stackTrace,
});