GeneralVehicleSpeedLimits class

Contains the speed limits for vehicles in a country / state.

Constructors

GeneralVehicleSpeedLimits()

Properties

hashCode → int
The hash code for this object.
no setter
maxSpeedHighwaysInMetersPerSecond ↔ double?
The general speed limit on highways for the country / state. It is null if the general speed limit on highways for the country / state is not specified.
getter/setter pair
maxSpeedNightInMetersPerSecond ↔ double?
The general speed limit at night for the country / state. It is null if the general speed limit at night for the country / state is not specified.
getter/setter pair
maxSpeedRainingInMetersPerSecond ↔ double?
The general speed limit when raining for the country / state. It is null if the general speed limit when raining for the country / state is not specified.
getter/setter pair
maxSpeedRuralInMetersPerSecond ↔ double?
The general speed limit on rural roads for the country / state. It is null if the general speed limit on rural roads for the country / state is not specified.
getter/setter pair
maxSpeedSnowingInMetersPerSecond ↔ double?
The general speed limit when snowing for the country / state. It is null if the general speed limit when snowing for the country / state is not specified.
getter/setter pair
maxSpeedUrbanInMetersPerSecond ↔ double?
The general speed limit on urban roads for the country / state. It is null if the general speed limit on urban roads for the country / state is not specified.
getter/setter pair
minSpeedHighwaysInMetersPerSecond ↔ double?
The minimum speed on highways for the country / state. It is null if the minimum speed on highways for the country / state is not specified.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.