factory ObservableList.of(Iterable<E> elements, {bool growable = true}) => ObservableList(initialData: List.of(elements, growable: growable));