star property
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;
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.
@override
Token? get star;