FrameMetric constructor

FrameMetric({
  1. required String frameName,
  2. required List<String> threadStates,
  3. required MetricType type,
})

Implementation

FrameMetric({
  required this.frameName,
  required this.threadStates,
  required this.type,
});