CollectionBox<V> constructor
CollectionBox<V> (
- String name,
- BoxCollection boxCollection
Implementation
CollectionBox(this.name, this.boxCollection);
CollectionBox(this.name, this.boxCollection);