Returns the sum of the elements in this collection.
Coral<double> get sum => coral.map((source) => source.sum);