menu
fpdart package
documentation
fpdart.dart
Right<L, R>
toIOEither method
toIOEither method
dark_mode
light_mode
toIOEither
method
@
override
IOEither
<
L
,
R
>
toIOEither
(
)
override
Convert this
Either
to a
IOEither
.
Implementation
@override IOEither<L, R> toIOEither() => IOEither.of(_value);
fpdart package
documentation
fpdart
Right<L, R>
toIOEither method
Right class