RuntimeCallbacks constructor

RuntimeCallbacks({
  1. TraceCallback? onErrors,
  2. TraceCallback? onWarnings,
  3. TraceCallback? onDiagnostics,
})

Implementation

RuntimeCallbacks({this.onErrors, this.onWarnings, this.onDiagnostics});