valueOf static method

Share_ItemType valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static Share_ItemType valueOf(String name) => _$valueOfShare_ItemType(name);