star property

  1. @override
Token? star
override

Return the star following the 'async' or 'sync' keyword, or null if there is no star.

Implementation

@override
Token? get star => null;