menu
flutter_image_transform package
documentation
image_worker_pool.dart
ImageWorkerPool
stats property
stats property
dark_mode
light_mode
stats
property
Iterable
<
WorkerStat
>
get
stats
inherited
Worker statistics.
Implementation
Iterable<WorkerStat> get stats => _workers.map(PoolWorker.getStats);
flutter_image_transform package
documentation
image_worker_pool
ImageWorkerPool
stats property
ImageWorkerPool class