variableDeclarationKeywords property

Set<String> variableDeclarationKeywords

Variable declaration keyword

Implementation

Set<String> get variableDeclarationKeywords => {
      kVar,
      kFinal,
      kConst,
      kLate,
    };