EXTENSION constant

Keyword const EXTENSION

Implementation

static const Keyword EXTENSION = const Keyword(
    100, "extension", "EXTENSION", KeywordStyle.builtIn,
    isTopLevelKeyword: true);