Obj<T> constructor

Obj<T>(
  1. T value
)

Implementation

Obj(this.value);