Returns a list of all non-null elements of this collection reactively.
Coral<List<E>> get whereNotNull => coral.map((source) => List.unmodifiable(source.whereNotNull()));