valueOf static method

BotSendMessageSilent valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static BotSendMessageSilent valueOf(String name) => _$valueOfBotSendMessageSilent(name);