Using<T> constructor

const Using<T>(
  1. T value
)

Implementation

const Using(this.value);