TrajectoryExactMatchInput constructor

TrajectoryExactMatchInput({
  1. required TrajectoryExactMatchSpec? metricSpec,
  2. required List<TrajectoryExactMatchInstance> instances,
})

Implementation

TrajectoryExactMatchInput({required this.metricSpec, required this.instances})
  : super(fullyQualifiedName);