toList method

List<T> toList({
  1. bool growable = true,
})

Implementation

List<T> toList({bool growable = true}) => List.of(iter, growable: growable);