maxTotalTime property

Duration get maxTotalTime

Implementation

Duration get maxTotalTime =>
    results.map((r) => r.totalTime).reduce((a, b) => a > b ? a : b);