activeRouteIndex property
RouteIndex?
get
activeRouteIndex
Канал, через который можно следить за обновлениями индекса активного маршрута. В случае отсутствия маршрутов в этот канал помещается null.
Implementation
RouteIndex? get activeRouteIndex {
_COptional_CRouteIndex res = _CRouteEditor_activeRouteIndex(_CRouteEditorMakeDefault().._impl=_self);
return res._toDart();
}