Box<T> constructor

const Box<T>(
  1. T value
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

const Box(this.value);