functionKeyword property Null safety
Return the keyword 'Function'.
Implementation
Token get functionKeyword;
@Deprecated('Clients should not build AST manually')
Set the keyword 'Function' to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set functionKeyword(Token token);