arraySumValue property

num arraySumValue

Computes the sum of the values in array. This is equivalent to the sum function. Returns the sum of the values in array.

Implementation

num get arraySumValue => arraySum(this);