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