onNetlistEnriched property

ValueChanged<Map<String, dynamic>>? onNetlistEnriched
final

Called after incremental module fetches enrich the netlist JSON.

The enriched JSON map (with full cell connectivity) is passed so the parent can re-create evaluators that depend on complete netlist data.

Implementation

final ValueChanged<Map<String, dynamic>>? onNetlistEnriched;