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