TimeInTransit constructor
Implementation
TimeInTransit(
this.percentile50,
this.percentile75,
this.percentile85,
this.percentile90,
this.percentile95,
this.percentile97,
this.percentile99,
) : super();
TimeInTransit(
this.percentile50,
this.percentile75,
this.percentile85,
this.percentile90,
this.percentile95,
this.percentile97,
this.percentile99,
) : super();