$Instance01 constructor

$Instance01({
  1. String? prediction,
})

Implementation

$Instance01({
  this.prediction,
});