absSum method

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

Returns the sum of the absolute values in the iterable.

Implementation

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