fromJS static method

Implementation

static AutoVerifyContentSetting fromJS(String value) =>
    values.firstWhere((e) => e.value == value);