CollectionBox<V> constructor

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

Implementation

CollectionBox(this.name, this.boxCollection);