skippedCount property

int get skippedCount

Implementation

int get skippedCount => results.where((item) => !item.deleted).length;