parameters property Null safety
final
A map of parameter names and values to be passed to the SystemVerilog module.
Implementation
final Map<String, String>? parameters;
A map of parameter names and values to be passed to the SystemVerilog module.
final Map<String, String>? parameters;