SchematicLayoutResult.empty constructor

SchematicLayoutResult.empty()

Create an empty SchematicLayoutResult.

Implementation

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