valueOf static method

KeywordType valueOf(
  1. String name
)

Implementation

static KeywordType valueOf(String name) => _$keywordTypeValueOf(name);