SystemVerilogParameterDefinition constructor
Creates a new SystemVerilog parameter definition with name of the
provided type with the defaultValue.
Implementation
const SystemVerilogParameterDefinition(this.name,
{required this.type, required this.defaultValue});