setCustomMetric method

void setCustomMetric(
  1. int index,
  2. double? value
)

Implementation

void setCustomMetric(final int index, final double? value) {
  set(ZZD.zzf(index), value?.toString());
}