Time constructor

Time({
  1. double? time,
})

Implementation

Time({
  this.time,
});