Right<L, R> constructor

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

Construct a Right with value.

Implementation

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