Valid<T, E> constructor

const Valid<T, E>(
  1. T value
)

Creates a valid result with value.

Implementation

const Valid(this.value);