outOfChannel property

ListBuilder<User> outOfChannel

Implementation

ListBuilder<User> get outOfChannel =>
    _$this._outOfChannel ??= new ListBuilder<User>();
void outOfChannel=(ListBuilder<User>? outOfChannel)

Implementation

set outOfChannel(ListBuilder<User>? outOfChannel) =>
    _$this._outOfChannel = outOfChannel;