DrivingWeight constructor

const DrivingWeight(
  1. LocalizedValue time,
  2. LocalizedValue timeWithTraffic,
  3. LocalizedValue distance
)

Implementation

const DrivingWeight(this.time, this.timeWithTraffic, this.distance);