Correction constructor
Correction({
- List<
ServingContext> ? contexts, - List<
String> ? details, - String? type,
Implementation
Correction({
this.contexts,
this.details,
this.type,
});