fromJS static method

CookiesContentSetting fromJS(
  1. String value
)

Implementation

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