valueOf static method

RoomSetLobbyApiVersion valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static RoomSetLobbyApiVersion valueOf(String name) => _$valueOfRoomSetLobbyApiVersion(name);