Left<T> constructor

const Left<T>(
  1. T value
)

TODO

Implementation

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