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