valueOf static method

PreviewGetPreviewMode valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static PreviewGetPreviewMode valueOf(String name) => _$valueOfPreviewGetPreviewMode(name);