box property
      
      BoxBase?
      get
      box
      
    
inherited
    Get the box in which this object is stored. Returns null if object has
not been added to a box yet.
Implementation
BoxBase? get box => _box;Get the box in which this object is stored. Returns null if object has
not been added to a box yet.
BoxBase? get box => _box;