ErrorEvent constructor

ErrorEvent(
  1. String message, [
  2. String? stackTrace
])

Implementation

ErrorEvent(this.message, [this.stackTrace]);