see dart:core documentation
factory SignalList.of(Iterable<E> elements, {bool growable = true}) => SignalList(List.of(elements, growable: growable));