totalFalsePositives property

int get totalFalsePositives

Implementation

int get totalFalsePositives =>
    entries.fold(0, (sum, e) => sum + e.falsePositives.length);