OptionValue<T> constructor

const OptionValue<T>(
  1. T value
)

Implementation

const OptionValue(this.value);