toList method

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

Implementation

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