menu
tenun package
documentation
core/chart_export_job.dart
ChartExportJobProgress
remaining property
remaining property
dark_mode
light_mode
remaining
property
int
get
remaining
Implementation
int get remaining => total - completed < 0 ? 0 : total - completed;
tenun package
documentation
core/chart_export_job
ChartExportJobProgress
remaining property
ChartExportJobProgress class