Either<L, R> constructor

Either<L, R>(
  1. dynamic _value
)

Implementation

Either(this._value);