definitionParameters property
override
A collection of SystemVerilog SystemVerilogParameterDefinition
s to be
declared on the definition when generating SystemVerilog for this Module
if generatedDefinitionType is DefinitionGenerationType.standard.
If null
is returned (the default), then no parameters will be generated.
Otherwise, this function should have no side effects and always return the
same thing for the same inputs.
Implementation
@override
List<SystemVerilogParameterDefinition>? get definitionParameters => null;