menu
alfred_workflow package
documentation
alfred_workflow.dart
AlfredItems
toList method
toList method
dark_mode
light_mode
toList
method
List
<
AlfredItem
>
toList
(
{
bool
growable
=
true
,
})
inherited
Implementation
List<E> toList({bool growable = true}) => items.toList(growable: growable);
alfred_workflow package
documentation
alfred_workflow
AlfredItems
toList method
AlfredItems class