productTypeChannel property

StatefulChannel<ProductType> get productTypeChannel

Тип продукта в копирайте, который настраивается в ключе. По умолчанию отображается 2GIS (product_type == dgis).

  • Note: функция может быть вызвана из любого потока.

Implementation

StatefulChannel<ProductType> get productTypeChannel {
  _CStatefulChannel_CProductType res = _CMap_productTypeChannel(_CMapMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}