ErrorInfo constructor
ErrorInfo({
- String? bloc,
- Object? error,
- DateTime? timestamp,
- StackTrace? stackTrace,
Implementation
ErrorInfo({
this.bloc,
this.error,
this.timestamp,
this.stackTrace,
});