PluginErrorParams constructor

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

Implementation

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