asKeyword property Null safety
Return the token representing the 'as' keyword, or null
if the imported
names are not prefixed.
Implementation
Token? get asKeyword;
Return the token representing the 'as' keyword, or null
if the imported
names are not prefixed.
Token? get asKeyword;