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