findPrevious method Null safety
- Token target
Return the token before target
or null
if it cannot be found.
Implementation
Token? findPrevious(Token target);
Return the token before target
or null
if it cannot be found.
Token? findPrevious(Token target);