Recovery constructor

const Recovery(
  1. Target target,
  2. DateTime positive,
  3. Country country,
  4. String issuer,
  5. DateTime from,
  6. DateTime until,
  7. String identifier,
)

Implementation

const Recovery(this.target, this.positive, this.country, this.issuer,
    this.from, this.until, this.identifier);