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