getInfo method

CheckInfo getInfo()

The current snapshot of this check.

Implementation

CheckInfo getInfo() => CheckInfo(
  name: name,
  description: description,
  status: status,
  logs: List.unmodifiable(logs),
  data: data,
);