total property

num? get total

Total number of items to process (or total progress required), if known.

Implementation

num? get total => _value['total'] as num?;