value property

Future<Either<A, B>> Function() value

Represents the computation that will return an Either<A, B>.

Implementation

Future<e.Either<A, B>> Function() get value;