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.

It is an error for an expression function body to feature the star, but the parser will accept it.

Implementation

@override
final Token? star;