valueOf static method

ChatMentionsApiVersion valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static ChatMentionsApiVersion valueOf(String name) => _$valueOfChatMentionsApiVersion(name);