star property

  1. @override
Token? get star
override

The star following the async keyword, or null if there's no star.

It's an error for an expression function body to feature the star, but the parser accepts it.

Implementation

@override
Token? get star;