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