total property

num? get total

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

Implementation

num? get total => _value[Keys.total] as num?;