totalExpected property

int get totalExpected

Implementation

int get totalExpected => truePositives.length + falseNegatives.length;