Represents a lexical token produced by TomlLexer.
public readonly struct TomlToken
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlToken(TokenKind, TomlTextPosition, TomlTextPosition, String?, UInt64)Initializes a new instance of the TomlToken struct.DataGets the optional scalar payload for tokens that carry a non-string value.EndGets the end position of this token.KindGets the token kind.LengthGets the token length (inclusive).StartGets the start position of this token.StringValueGets the optional decoded string value for tokens that carry a string payload.