SpeedLimits constructor

const SpeedLimits(
  1. LocalizedValue urban,
  2. LocalizedValue rural,
  3. LocalizedValue expressway
)

Implementation

const SpeedLimits(this.urban, this.rural, this.expressway);