Returns the indexth element reactively, or null if out of range.
index
Coral<E?> elementAtOrNull(int index) => coral.map((source) => source.elementAtOrNull(index));