PendingTaskCount constructor

PendingTaskCount({
  1. required int count,
  2. bool? truncated,
})

Implementation

PendingTaskCount({
  required this.count,
  this.truncated,
});