CellDebugInfo class

Debug information for a spatial grid cell.

Contains the cell coordinates, bounds, and a breakdown of object counts by type (nodes, ports, connections, annotations).

Constructors

CellDebugInfo({required Rect bounds, required int cellX, required int cellY, required int nodeCount, required int portCount, required int connectionCount, required int annotationCount})
const

Properties

annotationCount int
final
bounds Rect
final
cellX int
final
cellY int
final
connectionCount int
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
nodeCount int
final
portCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
no setter
typeBreakdown String
Returns a compact string like "n:2 p:4 c:1" showing only non-zero counts.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited