valueOf static method

BotListBotsApiVersion valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static BotListBotsApiVersion valueOf(String name) => _$valueOfBotListBotsApiVersion(name);