Box<T> constructor

Box<T>(
  1. Store store
)

Create a box for an Entity.

Implementation

factory Box(Store store) => store.box();