Box<T> constructor
Box<T> (
- Store store
Create a box for an Entity.
Implementation
factory Box(Store store) => store.box();
Create a box for an Entity.
factory Box(Store store) => store.box();