count property

  1. @override
int get count
override

Implementation

@override
int get count => jobs.fold(0, (int acc, job) => acc + job.count);