valueOf static method

Share_MailSend valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static Share_MailSend valueOf(String name) => _$valueOfShare_MailSend(name);