menu
flutter_pipwave_ekyc package
documentation
index.dart
Option<A>
when<A> static method
when<A> static method
dark_mode
light_mode
when<
A
>
static method
Option
<
A
>
when
<
A
>(
bool
test
,
A
value
)
Implementation
static Option<A> when<A>(bool test, A value) => option(test, value);
flutter_pipwave_ekyc package
documentation
index
Option<A>
when<A> static method
Option class