TimeTracingModel constructor

TimeTracingModel(
  1. String name,
  2. int time
)

Implementation

TimeTracingModel(this.name, this.time,);