PerformanceReport constructor

PerformanceReport({
  1. required String? actionName,
  2. Duration? duration,
  3. String? fullPath,
})

Implementation

PerformanceReport({required this.actionName, this.duration, this.fullPath});