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