valueOf static method

PollDraft_Status valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static PollDraft_Status valueOf(String name) => _$valueOfPollDraft_Status(name);