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