TrafficControlModel class

Модель контрола пробок.

  • Note: Этот интерфейс является потокобезопасным.
Implemented types

Constructors

TrafficControlModel(Map map)
Функция создания модели элемента управления пробками.
factory

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 TrafficControlState
Состояние элемента управления видимостью пробок.
no setter
stateChannel → StatefulChannel<TrafficControlState>
Состояние элемента управления видимостью пробок.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClicked() → void
Действие при нажатии на контрол. Переключает видимость пробок на карте.
toString() String
A string representation of this object.
inherited

Operators

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