FINAL constant

Keyword const FINAL

Implementation

static const Keyword FINAL = const Keyword(
    104, "final", "FINAL", KeywordStyle.reserved,
    isModifier: true);