Left<L, R> constructor
const
Left<L, R> (
- L value
Construct a Left with value
.
Implementation
const Left(this.value) : super._();
Construct a Left with value
.
const Left(this.value) : super._();