Flattens this collection of iterables into a single iterable reactively.
Coral<List<T>> get flattenedToList => coral.map((source) => List.unmodifiable(source.flattened));