EasyPod<T> constructor

EasyPod<T>(
  1. T _value
)

Implementation

EasyPod(this._value);