TrafficScore class

Оценка пробок.

Constructors

TrafficScore({TrafficScoreState state = TrafficScoreState.pending, required int? value})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state TrafficScoreState
Актуальность значения.
final
value int?
Значение в баллах. Как правило, значения находятся в диапазоне от 1 до 10. Пустое значение, если информация ещё не получена, либо уже устарела, либо недоступна для заданного местоположения.
final

Methods

copyWith({TrafficScoreState? state, Optional<int?>? value}) TrafficScore
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.
override