PART constant

Keyword const PART

Implementation

static const Keyword PART = const Keyword(
    "part", "PART", KeywordStyle.builtIn,
    isTopLevelKeyword: true);