menu
flutter_image_transform package
documentation
image_worker_pool.dart
ImageWorkerPool
workload property
workload property
dark_mode
light_mode
workload
property
int
get
workload
inherited
Current workload.
Implementation
int get workload => stats.fold<int>(0, (p, w) => p + w.workload);
flutter_image_transform package
documentation
image_worker_pool
ImageWorkerPool
workload property
ImageWorkerPool class