TimeIt constructor

TimeIt({
  1. String label = "Timed function: ",
})

Implementation

TimeIt({this.label = "Timed function: "});