CellDebugInfo constructor
const
CellDebugInfo({})
Implementation
const CellDebugInfo({
required this.bounds,
required this.cellX,
required this.cellY,
required this.nodeCount,
required this.portCount,
required this.connectionCount,
required this.annotationCount,
});