BoxData({ required this.name, Map<Object, InspectorFrame>? frames, this.open = true, this.loaded = false, }) : frames = frames ?? {};