Class representing a token in the todo.txt syntax. A token is a fundamental unit of the text with a specific meaning.
Creates a new Token.
The type of the token.
The string value of the token.
Class representing a token in the todo.txt syntax. A token is a fundamental unit of the text with a specific meaning.