menu
flutter_image_transform package
documentation
image_worker_pool.dart
ImageWorkerPool
totalErrors property
totalErrors property
dark_mode
light_mode
totalErrors
property
int
get
totalErrors
inherited
Number of errors.
Implementation
int get totalErrors => fullStats.fold<int>(0, (p, s) => p + s.totalErrors);
flutter_image_transform package
documentation
image_worker_pool
ImageWorkerPool
totalErrors property
ImageWorkerPool class