Creates a list containing all elements.
elements
factory RxList.from(Iterable elements, {bool growable = true}) { return RxList(List.from(elements, growable: growable)); }