ListBuilder<Bot> get data => _$this._data ??= ListBuilder<Bot>();
set data(covariant ListBuilder<Bot>? data) => _$this._data = data;