$Instance00 constructor

$Instance00({
  1. String? prediction,
  2. String? reference,
})

Implementation

$Instance00({
  this.prediction,
  this.reference,
});