tail method

List<Token> tail()

Implementation

List<Token> tail() => _tokens.sublist(_seek);