Test constructor

const Test(
  1. Target target,
  2. Type type,
  3. String? name,
  4. Manufacturer? manufacturer,
  5. DateTime date,
  6. Result result,
  7. String facility,
  8. Country country,
  9. String issuer,
  10. String identifier
)

Implementation

const Test(this.target, this.type, this.name, this.manufacturer, this.date,
    this.result, this.facility, this.country, this.issuer, this.identifier);