FastJobError constructor
FastJobError({
- required StackTrace stackTrace,
- required dynamic source,
- String? debugLabel,
Implementation
FastJobError({
required this.stackTrace,
required this.source,
this.debugLabel,
});