RxList.of(Iterable<E> elements, {bool growable: true}) : super(List<E>.of(elements, growable: growable));