routeIndex property

RouteIndex get routeIndex

Индекс маршрута.

Implementation

RouteIndex get routeIndex {
  _CRouteIndex res = _CRoutePointMapObject_routeIndex(_CRoutePointMapObjectMakeDefault().._impl=_self);
  return res._toDart();
}