valueOf static method

RoomSetsipEnabledState valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static RoomSetsipEnabledState valueOf(String name) => _$valueOfRoomSetsipEnabledState(name);