beforeSynthetic property

Token? beforeSynthetic

The token before this synthetic token, or null if this is not a synthetic ), ], }, or > token.

Implementation

Token? get beforeSynthetic;
void beforeSynthetic=(Token? previous)

Set token before this synthetic ), ], }, or > token, and ignored otherwise.

Implementation

set beforeSynthetic(Token? previous);