ErrorListView constructor
const
ErrorListView({
- required Object error,
- StackTrace? stackTrace,
- Key? key,
Create an instance.
Implementation
const ErrorListView({
required this.error,
this.stackTrace,
super.key,
});