toList method

List toList({
  1. bool growable = false,
})

Implementation

List toList({bool growable = false}) =>
    List.from(iterable, growable: growable);