fromJS static method

Implementation

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