parseText method

Text? parseText()

Implementation

Text? parseText() => next(TokenType.text) ? Text(_current) : null;