$Instance03 constructor

$Instance03({
  1. String? prediction,
  2. String? reference,
  3. String? source,
})

Implementation

$Instance03({
  this.prediction,
  this.reference,
  this.source,
});