RunIndexEntry constructor
const
RunIndexEntry({})
Implementation
const RunIndexEntry({
required this.runName,
required this.suiteName,
required this.suiteKind,
required this.startedAt,
required this.endedAt,
required this.taskPassRate,
required this.trialPassRate,
required this.numTrials,
});