TunnelCategory enum

Specifies the tunnel categories.

Tunnels are categorized from B (low risk, few restrictions) to E (high risk) based on their safety features and the potential danger posed by the goods transported through them.

Values

b → const TunnelCategory

Category B. Prohibited for the transport of hazardous substances which could cause a very large explosion.

c → const TunnelCategory

Category C. The same restriction as for B, plus hazardous goods which could cause a large explosion or the extensive release of toxic substances.

d → const TunnelCategory

Category D. The same restrictions as for C plus hazardous goods which could cause a large fire.

e → const TunnelCategory

Category E. Prohibited for the transport of all hazardous substances. There are some exceptions for certain radioactive substances, clinical waste and samples.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Constants

values → const List<TunnelCategory>
A constant List of the values in this enum, in order of their declaration.