Returns the maximum element in this collection, or null if empty.
Coral<double?> get maxOrNull => coral.map((source) => source.maxOrNull);