PairwiseMetricInstance constructor

PairwiseMetricInstance({
  1. String? jsonInstance,
  2. ContentMap? contentMapInstance,
})

Implementation

PairwiseMetricInstance({this.jsonInstance, this.contentMapInstance})
  : super(fullyQualifiedName);