Boxed<T> constructor

Boxed<T>(
  1. T value
)

Implementation

Boxed(this.value);