asKeyword property

  1. @override
Token? asKeyword
final

The token representing the 'as' keyword, or null if the imported names are not prefixed.

Implementation

@override
final Token? asKeyword;