ToolParameterKvmatchInput constructor
ToolParameterKvmatchInput({
- required ToolParameterKvmatchSpec? metricSpec,
- required List<
ToolParameterKvmatchInstance> instances,
Implementation
ToolParameterKvmatchInput({required this.metricSpec, required this.instances})
: super(fullyQualifiedName);