ZapCheck constructor

const ZapCheck({
  1. required String name,
  2. required bool ok,
  3. String? detail,
})

Implementation

const ZapCheck({required this.name, required this.ok, this.detail});