TrajectoryExactMatchInput constructor
TrajectoryExactMatchInput({
- required TrajectoryExactMatchSpec? metricSpec,
- required List<
TrajectoryExactMatchInstance> instances,
Implementation
TrajectoryExactMatchInput({required this.metricSpec, required this.instances})
: super(fullyQualifiedName);