PerformanceEntry constructor

PerformanceEntry(
  1. String name,
  2. int startTime,
  3. int uniqueId
)

Implementation

PerformanceEntry(this.name, this.startTime, this.uniqueId);