netlistJsonMap property
final
Schematic JSON data as a Map (parsed from ROHD interface).
Preferred over schematicJson when available.
If provided, both schematicJson and assetPath are ignored.
Implementation
final Map<String, dynamic>? netlistJsonMap;