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