JamTypeColor class final

Color for specific level of traffic intensity.

Available extensions

Constructors

JamTypeColor(JamType jamType, Color jamColor)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
jamColor Color
Traffic jam color.
final
jamType JamType
The type of the traffic jam.
final
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.
override

Operators

operator ==(covariant JamTypeColor other) bool
The equality operator.
override