MetricMetadata constructor

MetricMetadata({
  1. String? apiName,
  2. List<String>? blockedReasons,
  3. String? category,
  4. bool? customDefinition,
  5. List<String>? deprecatedApiNames,
  6. String? description,
  7. String? expression,
  8. String? type,
  9. String? uiName,
})

Implementation

MetricMetadata({
  this.apiName,
  this.blockedReasons,
  this.category,
  this.customDefinition,
  this.deprecatedApiNames,
  this.description,
  this.expression,
  this.type,
  this.uiName,
});