SimpleValue<T> constructor

SimpleValue<T>(
  1. T value
)

Implementation

SimpleValue(this.value);