TrajectoryExactMatchResults constructor

TrajectoryExactMatchResults({
  1. List<TrajectoryExactMatchMetricValue> trajectoryExactMatchMetricValues = const [],
})

Implementation

TrajectoryExactMatchResults({
  this.trajectoryExactMatchMetricValues = const [],
}) : super(fullyQualifiedName);