ZapConformanceCheck constructor

const ZapConformanceCheck(
  1. String name,
  2. bool ok,
  3. String detail
)

Implementation

const ZapConformanceCheck(this.name, this.ok, this.detail);