Initializes a new instance of the TomlSourceSpan struct.
public TomlSourceSpan(string sourceName, TomlTextPosition start, TomlTextPosition end)
An optional source name (for example a file path).
The start position.
The end position.