Left<L, R> constructor
const
Left<L, R> (
- L value
Creates a Left with the given value.
Implementation
const Left(this.value);
Creates a Left with the given value.
const Left(this.value);