CheckInfo constructor
Implementation
const CheckInfo({
required this.name,
required this.description,
required this.status,
required this.logs,
this.data,
});
const CheckInfo({
required this.name,
required this.description,
required this.status,
required this.logs,
this.data,
});