Success<E, R> constructor

const Success<E, R>(
  1. R _r
)

Implementation

const Success(this._r);