$Instance04 constructor

$Instance04({
  1. String? context,
  2. String? instruction,
  3. String? prediction,
  4. String? reference,
})

Implementation

$Instance04({
  this.context,
  this.instruction,
  this.prediction,
  this.reference,
});