EXTENSION constant

Keyword const EXTENSION

Implementation

static const Keyword EXTENSION = const Keyword(
    /* index = */ 101, "extension", "EXTENSION", KeywordStyle.builtIn,
    isTopLevelKeyword: true);