beforeSynthetic property
The token before this synthetic token,
or null
if this is not a synthetic )
, ]
, }
, or >
token.
Implementation
@override
Token? get beforeSynthetic => null;
The token before this synthetic token,
or null
if this is not a synthetic )
, ]
, }
, or >
token.
@override
Token? get beforeSynthetic => null;