SchematicLayoutResult.empty constructor
Create an empty SchematicLayoutResult.
Implementation
factory SchematicLayoutResult.empty() => SchematicLayoutResult(
instances: [],
ports: [],
edges: [],
width: 800,
height: 600,
);