getInfo method
The current snapshot of this check.
Implementation
CheckInfo getInfo() => CheckInfo(
name: name,
description: description,
status: status,
logs: List.unmodifiable(logs),
data: data,
);
The current snapshot of this check.
CheckInfo getInfo() => CheckInfo(
name: name,
description: description,
status: status,
logs: List.unmodifiable(logs),
data: data,
);