Return true if this token is a synthetic token. A synthetic token is a token that was introduced by the parser in order to recover from an error in the code.
true
@override bool get isSynthetic => length == 0;