Raw<T> constructor

Raw<T>(
  1. T value
)

Implementation

Raw(this.value);