variableDeclarationKeywords property

Set<String> get variableDeclarationKeywords

Variable declaration keyword

Implementation

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