toList method

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

Implementation

List<E> toList({bool growable = true}) => value.toList(growable: growable);