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