SnapError constructor
const
SnapError({
- required dynamic error,
- StackTrace? stackTrace,
- required VoidCallback refresher,
The error representation
Implementation
const SnapError({
required this.error,
this.stackTrace,
required this.refresher,
});