RoadEvent class

Дорожное событие.

Implemented types

Properties

author AuthorInfo
Информация о пользователе, добавившем событие.
no setter
availableActions List<RoadEventAction>
Список доступных действий с событием.
no setter
cameraInfo RoadCameraInfo?
Информация о камере.
no setter
description String
Пользовательское описание дорожного события.
no setter
hashCode int
The hash code for this object.
no setteroverride
lanes LaneEnumSet
Затронутые событием полосы.
no setter
location GeoPoint
Координаты события.
no setter
name String
Локализованное название события.
no setter
remover Remover?
Получение объекта для удаления события.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule Schedule?
Расписание.
no setter
timestamp DateTime?
Временная метка создания события.
no setter
type RoadEventType
Тип события.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
photos() → CancelableOperation<List<RoadEventPhoto>>
Фотографии события.
toString() String
A string representation of this object.
inherited

Operators

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