calloutLabelDisplayModeChannel property

StatefulChannel<RouteMapObjectCalloutLabelDisplayMode> get calloutLabelDisplayModeChannel

Режим отображения значений в баблах маршрута. По умолчанию значения отображаются в виде абсолютных величин.

Implementation

StatefulChannel<RouteMapObjectCalloutLabelDisplayMode> get calloutLabelDisplayModeChannel {
  _CStatefulChannel_CRouteMapObjectCalloutLabelDisplayMode res = _CRouteMapObject_calloutLabelDisplayModeChannel(_CRouteMapObjectMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}