NodeOnErrorEvent constructor

const NodeOnErrorEvent(
  1. String message,
  2. Object error,
  3. StackTrace stackTrace
)

Implementation

const NodeOnErrorEvent(this.message, this.error, this.stackTrace);