Timing constructor

Timing({
  1. double? total,
})

Implementation

Timing({
  this.total,
});