Error constructor
Error({
- String? context,
- String? payload,
- StackTrace? stackTrace,
Implementation
Error({
this.context,
this.payload,
this.stackTrace,
});