beforeSynthetic property
inherited
The token before this synthetic token,
or null
if this is not a synthetic )
, ]
, }
, or >
token.
Implementation
@override
Token? get beforeSynthetic => null;
inherited
Set token before this synthetic )
, ]
, }
, or >
token,
and ignored otherwise.
Implementation
@override
set beforeSynthetic(Token? previous) {
// ignored
}