durations property
MillisecondsRouteAttribute
get
durations
Длительности движения на участках маршрута. 0 - длительность движения на участке маршрута неизвестна.
Implementation
MillisecondsRouteAttribute get durations {
_CMillisecondsRouteAttribute res = _CTraffic_durations(_CTrafficMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}