menu
flutter_pipwave_ekyc package
documentation
index.dart
Option<A>
sequenceIList<A> static method
sequenceIList<A> static method
dark_mode
light_mode
sequenceIList<
A
>
static method
IList
<
Option
<
A
>
>
sequenceIList
<
A
>(
Option
<
IList
<
A
>
>
ola
)
Implementation
static IList<Option<A>> sequenceIList<A>(Option<IList<A>> ola) => ola.traverseIList(id);
flutter_pipwave_ekyc package
documentation
index
Option<A>
sequenceIList<A> static method
Option class