menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IList<A>
toList method
toList method
dark_mode
light_mode
toList
method
List
<
A
>
toList
(
)
Implementation
List<A> toList() => foldLeft([], (List<A> p, a) => p..add(a));
cowpay package
documentation
core/packages/dartz/dartz
IList<A>
toList method
IList class