data property

ListBuilder<Bot> data

Implementation

ListBuilder<Bot> get data;
void data=(ListBuilder<Bot>? data)

Implementation

set data(ListBuilder<Bot>? data);