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