fromValue static method

Implementation

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