ValueResult<T> constructor

ValueResult<T>(T value)

Implementation

ValueResult(this.value);