findPrevious abstract method

Token? findPrevious(
  1. Token target
)

Returns the token before target, or null if it can't be found.

Implementation

Token? findPrevious(Token target);