Metric constructor
Metric({
- required String frameName,
- required List<
String> threadStates, - required MetricType type,
Implementation
Metric({
required this.frameName,
required this.threadStates,
required this.type,
});