variableDeclarationKeywords property

Set<String> get variableDeclarationKeywords

Variable declaration keyword

Implementation

Set<String> get variableDeclarationKeywords => {
      ...kMutables,
      kImmutable,
      kConst,
      kLate,
    };