levelIdsChannel property

StatefulChannel<Set<LevelId>> get levelIdsChannel

Implementation

StatefulChannel<Set<LevelId>> get levelIdsChannel {
  _CStatefulChannel_CSet_CLevelId res = _CIndoorRouteLevelsGetter_levelIdsChannel(_CIndoorRouteLevelsGetterMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}