Ease<T> constructor

Ease<T>(
  1. T _value
)

Constructor for creating a new instance of Ease with an initial value.

Implementation

Ease(this._value);