Error constructor
- String? kind,
- String? message,
- String? id,
- InstanceRef? exception,
- InstanceRef? stacktrace,
Implementation
Error({
this.kind,
this.message,
super.id,
this.exception,
this.stacktrace,
});
Error({
this.kind,
this.message,
super.id,
this.exception,
this.stacktrace,
});