TimeTrackingDetails constructor
TimeTrackingDetails({})
Implementation
TimeTrackingDetails(
{this.originalEstimate,
this.originalEstimateSeconds,
this.remainingEstimate,
this.remainingEstimateSeconds,
this.timeSpent,
this.timeSpentSeconds});