keyword property

  1. @override
Token? keyword
override

Return the token representing the 'async' or 'sync' keyword, or null if there is no such keyword.

Implementation

@override
Token? get keyword => null;