Box<V> constructor

Box<V>(
  1. String name,
  2. BoxCollection boxCollection
)

Implementation

Box(this.name, this.boxCollection);