netlistVersion property

String? netlistVersion
final

The scalar version field from the parsed netlist JSON.

Numeric and boolean values are preserved as strings. Missing or structured values produce null. This metadata never controls whether the underlying Yosys-compatible netlist can be rendered.

Implementation

final String? netlistVersion;