valueOf static method

RoomJoinRoomForce valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static RoomJoinRoomForce valueOf(String name) => _$valueOfRoomJoinRoomForce(name);