ToolNameMatchResults constructor

ToolNameMatchResults({
  1. List<ToolNameMatchMetricValue> toolNameMatchMetricValues = const [],
})

Implementation

ToolNameMatchResults({this.toolNameMatchMetricValues = const []})
  : super(fullyQualifiedName);