sum property

Coral<int> get sum

Returns the sum of the elements in this collection.

Implementation

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