11 required this.canceledCollections,
12 required this.collectionNumbersDone,
13 required this.doneVolume,
14 required this.pendingCollections,
15 required this.totalCollections,
16 required this.totalVolume,
17 required this.percentageCompleted,
final int pendingCollections
final int totalCollections
final int collectionNumbersDone
final double percentageCompleted
final int canceledCollections
CollectionStatisticsEntity({ required this.canceledCollections, required this.collectionNumbersDone, required this.doneVolume, required this.pendingCollections, required this.totalCollections, required this.totalVolume, required this.percentageCompleted, })