menu
flutter_pipwave_ekyc package
documentation
index.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));
flutter_pipwave_ekyc package
documentation
index
IList<A>
toList method
IList class