valueOf static method

UserDetailsScope valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static UserDetailsScope valueOf(String name) => _$valueOfUserDetailsScope(name);