channelIds property

ListBuilder<String> channelIds

Implementation

ListBuilder<String> get channelIds =>
    _$this._channelIds ??= new ListBuilder<String>();
void channelIds=(ListBuilder<String>? channelIds)

Implementation

set channelIds(ListBuilder<String>? channelIds) =>
    _$this._channelIds = channelIds;