PopValue<T> constructor

PopValue<T>(
  1. T t,
  2. bool needUpdate
)

Implementation

PopValue(this.t, this.needUpdate);