Left<L, R> constructor

const Left<L, R>(
  1. L value
)

Creates a Left with the given value.

Implementation

const Left(this.value);