valueOf static method

Share_HideDownload valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static Share_HideDownload valueOf(String name) => _$valueOfShare_HideDownload(name);