Correction constructor

Correction({
  1. List<ServingContext>? contexts,
  2. List<String>? details,
  3. String? type,
})

Implementation

Correction({
  this.contexts,
  this.details,
  this.type,
});