NATIVE constant

Keyword const NATIVE

Implementation

static const Keyword NATIVE = const Keyword(
  /* index = */ 124,
  "native",
  "NATIVE",
  KeywordStyle.pseudo,
);