Right<L, R> constructor

const Right<L, R>(
  1. R value
)

Creates a Right instance with the given value.

Implementation

const Right(this.value);