ProfileTime constructor

ProfileTime({
  1. DateTime? start,
})

Implementation

ProfileTime({
  this.start,
});