menu
flutter_image_transform package
documentation
image_worker_pool.dart
ImageWorkerPool
fullStats property
fullStats property
dark_mode
light_mode
fullStats
property
Iterable
<
WorkerStat
>
get
fullStats
inherited
Full worker statistics.
Implementation
Iterable<WorkerStat> get fullStats => _deadWorkerStats.followedBy(stats);
flutter_image_transform package
documentation
image_worker_pool
ImageWorkerPool
fullStats property
ImageWorkerPool class