max property

double get max

Calculates the maximum value.

Implementation

double get max =>
    inferenceTimes.isNotEmpty ? inferenceTimes.reduce(reduceMax) : 0.0;