sum property

  1. @override
num sum
override

The sum of the computed set. Is incremented by add.

Implementation

@override
num get sum => _sum;