Left<L, R> constructor

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

Construct a Left with value.

Implementation

const Left(this.value) : super._();