TrafficControlState class
Состояние элемента управления видимостью пробок.
Constructors
- TrafficControlState({TrafficControlStatus status = TrafficControlStatus.hidden, required int? score})
-
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
- score → int?
-
Балл пробок.
Отображается в виде надписи на контроле.
Если отсутствует, отображается иконка-заглушка.
final
- status → TrafficControlStatus
-
Статус, в зависимости от которого меняется внешний вид элемента управления.
final
Methods
-
copyWith(
{TrafficControlStatus? status, Optional< int?> ? score}) → TrafficControlState -
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