Left<A, B> constructor

Left<A, B>(
  1. A value
)

Constructs a Left instance that holds the provided value.

Implementation

Left(this.value);