toIOEither method

  1. @override
IOEither<L, R> toIOEither()
override

Convert this Either to a IOEither.

Implementation

@override
IOEither<L, R> toIOEither() => IOEither.left(_value);