MIXIN constant

Keyword const MIXIN

Implementation

static const Keyword MIXIN = const Keyword(
    119, "mixin", "MIXIN", KeywordStyle.builtIn,
    isTopLevelKeyword: true);