valueOf static method

Returns the enum value associated to the name.

Implementation

static RoomSetAttendeePermissionsPermissions valueOf(String name) =>
    _$valueOfRoomSetAttendeePermissionsPermissions(name);