routeIndex property

RouteIndex get routeIndex

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

Implementation

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