star property

  1. @override
Token? star
final

The star optionally following the 'async' or 'sync' keyword, or null if there is wither no such keyword or no star.

Implementation

@override
final Token? star;