sum property

T sum

Implementation

T get sum => reduce((a, b) => a + b as T);