valueOf static method

GetImageSize valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static GetImageSize valueOf(String name) => _$valueOfGetImageSize(name);