ErrorContext constructor
ErrorContext({
- HttpRequestContext? httpRequest,
- SourceLocation? reportLocation,
- List<
SourceReference> ? sourceReferences, - String? user,
Implementation
ErrorContext({
this.httpRequest,
this.reportLocation,
this.sourceReferences,
this.user,
});