menu
flutter_pipwave_ekyc package
documentation
index.dart
Option<A>
toEither<B> method
toEither<B> method
dark_mode
light_mode
toEither<
B
>
method
Either
<
B
,
A
>
toEither
<
B
>(
B
ifNone
()
)
Implementation
Either<B, A> toEither<B>(B ifNone()) => fold(() => left(ifNone()), (a) => right(a));
flutter_pipwave_ekyc package
documentation
index
Option<A>
toEither<B> method
Option class