fromValue static method

SkipOnUnSupported fromValue(
  1. String value
)

Implementation

static SkipOnUnSupported fromValue(String value) =>
    SkipOnUnSupported.values.firstWhere((e) => e.value == value);