Valid.new

const Valid<T>(
  1. T value
)

Implementation

const Valid(this.value);