PerformanceMetrics constructor

PerformanceMetrics({
  1. Map<String, String>? properties,
})

Implementation

PerformanceMetrics({
  this.properties,
});