ValueResult<T> constructor

ValueResult<T>(
  1. T value
)

Implementation

ValueResult(this.value);