empty static method

BotInfo empty()
override

create BotInfo Empty

Implementation

static BotInfo empty() {
  return BotInfo({});
}