GET constant

Keyword const GET

Implementation

static const Keyword GET = const Keyword(
  /* index = */ 112,
  "get",
  "GET",
  KeywordStyle.builtIn,
);