valueOf static method

PreviewGetPreviewA valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static PreviewGetPreviewA valueOf(String name) => _$valueOfPreviewGetPreviewA(name);