MIXIN constant

Keyword const MIXIN

Implementation

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