infoChannel property

StatefulChannel<RoadEventActionInfo> get infoChannel

Информация о действии.

Implementation

StatefulChannel<RoadEventActionInfo> get infoChannel {
  _CStatefulChannel_CRoadEventActionInfo res = _CRoadEventAction_infoChannel(_CRoadEventActionMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}