netlistJsonMap property

Map<String, dynamic>? netlistJsonMap
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;