absSum method

num absSum([
  1. bool invert = false
])

Returns the sum of the absolute values in the iterable.

Implementation

num absSum([bool invert = false]) => cast<num?>().absSum(invert);