fromJS static method
Implementation
static NotificationsContentSetting fromJS(String value) =>
values.firstWhere((e) => e.value == value);
static NotificationsContentSetting fromJS(String value) =>
values.firstWhere((e) => e.value == value);