The star following the async keyword, or null if there's no star.
async
null
It's an error for an expression function body to feature the star, but the parser accepts it.
@override Token? get star;