errorCount property
int
get
errorCount
Implementation
int get errorCount =>
results.where((r) => r.status == VerificationStatus.error).length;
int get errorCount =>
results.where((r) => r.status == VerificationStatus.error).length;