ServerErrorParams constructor

ServerErrorParams(
  1. bool isFatal,
  2. String message,
  3. String stackTrace
)

Implementation

ServerErrorParams(this.isFatal, this.message, this.stackTrace);