Initializes a new instance of the TomlTextPosition struct.
public TomlTextPosition(int offset, int line, int column)
The offset in the source text (0-based).
The line number (0-based).
The column number (0-based).