valueOf static method

RoomSetListableScope valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static RoomSetListableScope valueOf(String name) => _$valueOfRoomSetListableScope(name);