FastJobError constructor

FastJobError({
  1. required StackTrace stackTrace,
  2. required dynamic source,
  3. String? debugLabel,
})

Implementation

FastJobError({
  required this.stackTrace,
  required this.source,
  this.debugLabel,
});