sum property

Coral<double> get sum

Returns the sum of the elements in this collection.

Implementation

Coral<double> get sum => coral.map((source) => source.sum);