nativeKeyword property Null safety
Return the token representing 'native' that marks the start of the function body.
Implementation
Token get nativeKeyword;
@Deprecated('Clients should not build AST manually')
Set the token representing 'native' that marks the start of the function
body to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set nativeKeyword(Token token);